From 5f8b897a3ba80dc4bd82a13372ae8b8a279930f2 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 May 2016 14:08:56 -0400 Subject: Migrateing to nicer looking stuff --- recipes.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 recipes.sh (limited to 'recipes.sh') diff --git a/recipes.sh b/recipes.sh deleted file mode 100644 index 8934626..0000000 --- a/recipes.sh +++ /dev/null @@ -1,16 +0,0 @@ -echo "Content-type: text/html" -echo "" - -ls -l /home/steam/server_1/garrysmod/data/ws_recipedata.txt > ./fileparts/recipenow.txt - -#If the recipe list is more than a day old, retrive a new one -if ! ( cmp recipelast.txt recipenow.txt ) then - cp /home/steam/server_1/garrysmod/data/ws_recipedata.txt ./fileparts/ - mv ./fileparts/recipenow.txt /fileparts/recipelast.txt -fi - -cat ./fileparts/header.html -cat ./fileparts/recipestop.html -cat ./fileparts/ws_recipedata.txt -cat ./fileparts/ws_recipebot.html -cat ./fileparts/footer.html -- cgit v1.2.3-70-g09d2