ledger/test/mkmondo.sh
2009-02-28 06:18:21 -04:00

7 lines
132 B
Bash
Executable file

#!/bin/sh
if [ ! -f tools/mondo.dat ]; then
for i in $(seq 1 250) ; do
cat tools/standard.dat >> tools/mondo.dat
done
fi