From f4071fd8ada18a25379767e2b494ea8003aef130 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 2 Aug 2018 10:08:06 -0400 Subject: Bash script is somewhat empty... --- run_linux.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3