aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-15 17:42:07 -0400
committerAlee <alee14498@gmail.com>2018-04-15 17:42:07 -0400
commit5a35d2dc54cf95fa47e0d32b83b55d44ca03957d (patch)
treef3cbe234f32f9d2e7fbce05e936ef2f6a5de046b
parent75f0b2b9f003650d17f8fef245e71f0e9bff5364 (diff)
downloadAleeBot-5a35d2dc54cf95fa47e0d32b83b55d44ca03957d.tar.gz
AleeBot-5a35d2dc54cf95fa47e0d32b83b55d44ca03957d.tar.bz2
AleeBot-5a35d2dc54cf95fa47e0d32b83b55d44ca03957d.zip
Run script for linux
-rw-r--r--run_linux.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/run_linux.sh b/run_linux.sh
new file mode 100644
index 0000000..4fe9b97
--- /dev/null
+++ 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