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