git/t/t7500/add-content-and-comment

6 lines
73 B
Bash
Executable File

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