mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
LOCAL_IP=$(ip route get 8.8.8.8 | head -1 | awk '{print $7}')
|
|
cargo run -- --accept 0.0.0.0:9999 --irc 127.0.0.1:6688
|
|
|