HistoryPurge: Clearing 219 old commits
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
LOGFILE=/var/log/$1.log
|
||||
MSG=`cat`
|
||||
echo "$(date): $MSG" >> $LOGFILE
|
||||
Reference in New Issue
Block a user