diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-10 19:30:13 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-10 19:30:13 -0400 |
commit | 1b4ce1b0b9c9ff81bbb03ff9f2df8c0f3ce0142e (patch) | |
tree | d5228787471aa50a76edc9959ebecbd1169b8d56 /test/mkmondo.sh | |
parent | f20a644c98de8e8f663b692cab12416dca8d0faa (diff) | |
download | fork-ledger-1b4ce1b0b9c9ff81bbb03ff9f2df8c0f3ce0142e.tar.gz fork-ledger-1b4ce1b0b9c9ff81bbb03ff9f2df8c0f3ce0142e.tar.bz2 fork-ledger-1b4ce1b0b9c9ff81bbb03ff9f2df8c0f3ce0142e.zip |
Added make rule to build mondo.dat
Diffstat (limited to 'test/mkmondo.sh')
-rwxr-xr-x | test/mkmondo.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/mkmondo.sh b/test/mkmondo.sh deleted file mode 100755 index bf0e965c..00000000 --- a/test/mkmondo.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if [ ! -f tools/mondo.dat ]; then - for i in $(seq 1 250) ; do - cat tools/standard.dat >> tools/mondo.dat - done -fi |