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