diff --git a/set_server_offline.sh b/set_server_offline.sh new file mode 100644 index 0000000..8e15bcf --- /dev/null +++ b/set_server_offline.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +FILE="../offline.txt" +if [ ! -f "$FILE" ]; then + touch $FILE +fi + +echo $1 $2 >> $FILE + +echo 0