mirror of
https://github.com/opus-tango/minecraft-server-discord-bot.git
synced 2026-03-20 03:55:20 +00:00
make files more clear and avoid git pull conflicts
This commit is contained in:
10
testscript.sh
Executable file
10
testscript.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
while true; do
|
||||
read -n 1 -p "" input
|
||||
if [[ $input == "q" ]]; then
|
||||
break
|
||||
fi
|
||||
echo "hello"
|
||||
sleep 3
|
||||
done
|
||||
Reference in New Issue
Block a user