6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Append current `date` to commit messages
|
|
|
|
echo "`date +'%Y-%m-%d %H:%M:%S'`" >> $1
|