1 2 3 4 5 6 7 8
#!/bin/sh ed $1 <<XXXEOF > /dev/null /#! \/bin\/sh 1,.-1d w q XXXEOF /bin/sh $1 > /dev/null