mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 18:05:50 +00:00
Update to dotfiles
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
HOST=192.168.0.200
|
||||
|
||||
if ping -c1 -W1 "$HOST" >/dev/null 2>&1; then
|
||||
echo "UP"
|
||||
echo "UP"
|
||||
echo "#00b894"
|
||||
else
|
||||
echo "DOWN"
|
||||
echo "DOWN"
|
||||
echo "#ff0000"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user