0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-03 07:43:58 +00:00
quakeforge/doc/gib/examples.sh

11 lines
198 B
Bash
Raw Normal View History

#!/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