#!/bin/bash cat > super3.do <> super3.do echo "do $1" >> super3.do fi h316 super3.do rm -f super3.do