From a364b1d4acd73f187302d9a1a37432a531ef62c5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Feb 2009 22:11:59 -0400 Subject: Restored the functionality of tools/regtest --- tools/mkmondo | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/mkmondo (limited to 'tools/mkmondo') 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 -- cgit v1.2.3