mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
ping -c 1 -W 1 9.9.9.9 > /dev/null 2>&1 || exit
|
|
exec darkirc 2>&1
|
|
|