2022-10-01 18:03:25
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Append current `date` to commit messages
|
||||
|
||||
echo "`date +'%Y-%m-%d %H:%M:%S'`" >> $1
|
||||
Reference in New Issue
Block a user