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