projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
slimmed down the header.
[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
sh movie_stripper.sh "$vids" "$movie_name"
11