diff options
Diffstat (limited to 'test/mkmondo.sh')
-rwxr-xr-x | test/mkmondo.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mkmondo.sh b/test/mkmondo.sh new file mode 100755 index 00000000..bf0e965c --- /dev/null +++ b/test/mkmondo.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ ! -f tools/mondo.dat ]; then + for i in $(seq 1 250) ; do + cat tools/standard.dat >> tools/mondo.dat + done +fi |