1#!/bin/sh 2echo "# this is a new comment" >> "$1" 3echo "# and so is this" >> "$1" 4exit 0
#!/bin/sh
echo "# this is a new comment" >> "$1"
echo "# and so is this" >> "$1"
exit 0