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