diff options
Diffstat (limited to 'bin/logthis')
-rwxr-xr-x | bin/logthis | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/logthis b/bin/logthis new file mode 100755 index 0000000..932cf99 --- /dev/null +++ b/bin/logthis @@ -0,0 +1,3 @@ +#!/bin/bash +echo "$1" >> $LOGSFILE + |