summaryrefslogtreecommitdiff
path: root/recipes.sh
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-09 14:08:56 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-09 14:08:56 -0400
commit5f8b897a3ba80dc4bd82a13372ae8b8a279930f2 (patch)
tree77c71d4475fe0c8e1420e03831af09d7bfe0b513 /recipes.sh
parentc0a653dd8de601012deafde63ba6ad114499fe5f (diff)
downloadwebpage-5f8b897a3ba80dc4bd82a13372ae8b8a279930f2.tar.gz
webpage-5f8b897a3ba80dc4bd82a13372ae8b8a279930f2.tar.bz2
webpage-5f8b897a3ba80dc4bd82a13372ae8b8a279930f2.zip
Migrateing to nicer looking stuff
Diffstat (limited to 'recipes.sh')
-rw-r--r--recipes.sh16
1 files changed, 0 insertions, 16 deletions
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