The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
180 B

17 years ago
  1. #!/bin/sh
  2. cd credits
  3. if [ -f $1 ]; then
  4. ./gen.py $1
  5. fi
  6. cd ../guide
  7. if [ -f $1 ]; then
  8. ./gen.py $1
  9. fi
  10. cd ../synops
  11. if [ -f $1 ]; then
  12. ./gen.py $1
  13. fi
  14. cd ../background
  15. ./gen.py $1