dropping old script
[feisty_meow.git] / scripts / database / call_movie_stripper.sh
1 #!/bin/bash
2
3 # processes cgi request and passes it on to the real script.
4
5 vids="$DOCUMENT_ROOT/Info/Quartz/video/video_tapes.csv"
6
7 echo "Content-type: text/plain"
8 echo ""
9 echo ""
10 bash movie_stripper.sh "$vids" "$movie_name"
11