diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-28 06:18:21 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-28 06:18:21 -0400 |
commit | 5afc4c3770380bd653168772c79008959dfc125f (patch) | |
tree | a91ece323bf2e3e68ca08f2136af45e75e951a8e /test/mkmondo.sh | |
parent | 19cfd9e23b7cd4a7976591290b17e7ba20dd5a50 (diff) | |
download | fork-ledger-5afc4c3770380bd653168772c79008959dfc125f.tar.gz fork-ledger-5afc4c3770380bd653168772c79008959dfc125f.tar.bz2 fork-ledger-5afc4c3770380bd653168772c79008959dfc125f.zip |
Reorganized some files in tools/ and test/
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 |