This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
lurkers-guide
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
The Lurker's Guide to Babylon 5
51
Commits
1
Branch
88 MiB
HTML
98.2%
Python
1.3%
Shell
0.2%
Makefile
0.2%
Branch:
master
lurkers-guide
/
gen
15 lines
180 B
Raw
Permalink
Blame
History
#!/bin/sh
cd
credits
if
[
-f
$1
]
;
then
./gen.py
$1
fi
cd
../guide
if
[
-f
$1
]
;
then
./gen.py
$1
fi
cd
../synops
if
[
-f
$1
]
;
then
./gen.py
$1
fi
cd
../background
./gen.py
$1