Finished up the section on flow control and outlined the section on

functions.  Added example script output to figures.
This commit is contained in:
Brian Koropoff 2003-02-23 05:08:15 +00:00
parent d85639d65e
commit e338dd4672
5 changed files with 357 additions and 5 deletions

10
doc/gib/examples.sh Executable file
View file

@ -0,0 +1,10 @@
#!/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