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.
 
 
 
 

12 lines
166 B

#!/bin/csh
@ ep = 1
@ toteps = `sed '/XXX/,$d' < ../internal/epnames | wc -l`
set list = ""
while ($ep < $toteps)
set list = "$list $ep"
@ ep++
end
gen.py $list