shee
This commit is contained in:
10
set_server_offline.sh
Normal file
10
set_server_offline.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
FILE="../offline.txt"
|
||||
if [ ! -f "$FILE" ]; then
|
||||
touch $FILE
|
||||
fi
|
||||
|
||||
echo $1 $2 >> $FILE
|
||||
|
||||
echo 0
|
||||
Reference in New Issue
Block a user