diff options
| author | Alee <alee14498@gmail.com> | 2018-08-02 10:08:06 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-08-02 10:08:06 -0400 |
| commit | f4071fd8ada18a25379767e2b494ea8003aef130 (patch) | |
| tree | 683e399ecf259585590c3b765b46174f23f3c3bd | |
| parent | 73bc4274db4e3b3683a08149d56c4ca7e5762791 (diff) | |
| download | PokeBot-f4071fd8ada18a25379767e2b494ea8003aef130.tar.gz PokeBot-f4071fd8ada18a25379767e2b494ea8003aef130.tar.bz2 PokeBot-f4071fd8ada18a25379767e2b494ea8003aef130.zip | |
Bash script is somewhat empty...
| -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 |
