#!/bin/rc if(~ $1 v){ peep $0 exit } echo '
This program execute:
ls -l / >/tmp/a and then cat /tmp/a ' ls -l / >/tmp/a cat /tmp/a cat<<-eof- see this script -eof-