add-content-and-comment   [plain text]


#!/bin/sh
echo "commit message" >> "$1"
echo "# comment" >> "$1"
exit 0