From 5a35d2dc54cf95fa47e0d32b83b55d44ca03957d Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 15 Apr 2018 17:42:07 -0400 Subject: Run script for linux --- run_linux.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 run_linux.sh (limited to 'run_linux.sh') 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 -- cgit v1.2.3