blob: a72e65c8910f71b8ea562ef5ed641c54fbd89a8e [file] [log] [blame]
Steven Grimmd1cc1302007-07-22 21:17:42 -07001#!/bin/sh
2echo "# this is a new comment" >> "$1"
3echo "# and so is this" >> "$1"
4exit 0