quakeforge/doc/gib/examples.sh
Brian Koropoff e338dd4672 Finished up the section on flow control and outlined the section on
functions.  Added example script output to figures.
2003-02-23 05:08:15 +00:00

10 lines
198 B
Bash
Executable file

#!/bin/sh
#
# This script is in the public f'ing domain.
# You can burn it to a CD and use it as a
# frisbee for all I care.
for example in *.gib; do \
carne "$example" >"${example}.out"; \
done