diff options
| -rw-r--r-- | run_linux.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/run_linux.sh b/run_linux.sh index e69de29..4fe9b97 100644 --- a/run_linux.sh +++ b/run_linux.sh @@ -0,0 +1,6 @@ +#!/bin/bash +for (( ; ; )) +do + git pull + node bot_discord.js +done
\ No newline at end of file |
