This website requires JavaScript.
Explore
Help
Register
Sign In
Gh0st
/
lurkers-guide
mirror of
https://github.com/sgrimm/lurkers-guide.git
Watch
1
Star
0
Fork
You've already forked lurkers-guide
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4779a0771f
lurkers-guide
/
gen
16 lines
180 B
Bash
Executable File
Raw
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
Reference in New Issue
View Git Blame
Copy Permalink