diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/logthis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/logthis b/bin/logthis index a13f2e0..0839422 100755 --- a/bin/logthis +++ b/bin/logthis @@ -1,3 +1,3 @@ #!/bin/bash -echo "$(date -u +%s)" "$1" >> $LOGSFILE +echo "$(date -u +%s)" "$1" "$2" >> $LOGSFILE |