summaryrefslogtreecommitdiff
path: root/tools/mkmondo
blob: bf0e965cc2fc259c355daf95aa1afcbb7995762c (plain)
1
2
3
4
5
6
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