X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fshow_db%2Fcall_movie_stripper.sh;fp=scripts%2Fshow_db%2Fcall_movie_stripper.sh;h=c8dd9fa1ebe5befdae92d426e38272bcdcf45ca7;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=0000000000000000000000000000000000000000;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/scripts/show_db/call_movie_stripper.sh b/scripts/show_db/call_movie_stripper.sh new file mode 100644 index 00000000..c8dd9fa1 --- /dev/null +++ b/scripts/show_db/call_movie_stripper.sh @@ -0,0 +1,11 @@ +#!/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" +