From 9e44b8cc5c459715d2a60218b4fabeac93ff3c8a Mon Sep 17 00:00:00 2001 From: jrtechs Date: Tue, 13 Feb 2018 19:10:13 -0500 Subject: [PATCH] Created run script --- run | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 run diff --git a/run b/run new file mode 100644 index 0000000..e36ec0c --- /dev/null +++ b/run @@ -0,0 +1,9 @@ +#!/bin/bash +# run - this script enters a infinite loop to ensure that the website does not go down if it +# hits any unexpected error that crashes Nodejs +# +# 2/13/18 Jeffery Russell + +while true +do nodejs server.js +done \ No newline at end of file