X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fdatabase%2Fcall_movie_stripper.sh;fp=scripts%2Fdatabase%2Fcall_movie_stripper.sh;h=0000000000000000000000000000000000000000;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=c8dd9fa1ebe5befdae92d426e38272bcdcf45ca7;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/scripts/database/call_movie_stripper.sh b/scripts/database/call_movie_stripper.sh deleted file mode 100644 index c8dd9fa1..00000000 --- a/scripts/database/call_movie_stripper.sh +++ /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" -