Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / database / call_movie_stripper.sh
diff --git a/scripts/database/call_movie_stripper.sh b/scripts/database/call_movie_stripper.sh
deleted file mode 100644 (file)
index c8dd9fa..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-# processes cgi request and passes it on to the real script.
-
-vids="$DOCUMENT_ROOT/Info/Quartz/video/video_tapes.csv"
-
-echo "Content-type: text/plain"
-echo ""
-echo ""
-bash movie_stripper.sh "$vids" "$movie_name"
-