vern-scripts/tilserv/rvmif

5 lines
93 B
Plaintext
Raw Permalink Normal View History

2023-05-18 17:45:30 +00:00
#!/usr/bin/env bash
if ping 192.168.122.30 -c 1 | grep 'Unreachable'; then
/root/bin/rvm
fi