mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 01:21:17 +00:00
Finished up the section on flow control and outlined the section on
functions. Added example script output to figures.
This commit is contained in:
parent
d85639d65e
commit
e338dd4672
5 changed files with 357 additions and 5 deletions
10
doc/gib/examples.sh
Executable file
10
doc/gib/examples.sh
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue