diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-24 22:11:59 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-24 22:11:59 -0400 |
commit | a364b1d4acd73f187302d9a1a37432a531ef62c5 (patch) | |
tree | cfee76a87f297db2cb43e69cbeaa236688e4b766 /tools/mkmondo | |
parent | 5a194cbdf4533b337776959fb2a2bb5ebccd35db (diff) | |
download | fork-ledger-a364b1d4acd73f187302d9a1a37432a531ef62c5.tar.gz fork-ledger-a364b1d4acd73f187302d9a1a37432a531ef62c5.tar.bz2 fork-ledger-a364b1d4acd73f187302d9a1a37432a531ef62c5.zip |
Restored the functionality of tools/regtest
Diffstat (limited to 'tools/mkmondo')
-rwxr-xr-x | tools/mkmondo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/mkmondo b/tools/mkmondo new file mode 100755 index 00000000..bf0e965c --- /dev/null +++ b/tools/mkmondo @@ -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 |