aboutsummaryrefslogtreecommitdiff
path: root/bin/logthis
diff options
context:
space:
mode:
Diffstat (limited to 'bin/logthis')
-rwxr-xr-xbin/logthis3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/logthis b/bin/logthis
deleted file mode 100755
index 347fd0b..0000000
--- a/bin/logthis
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-echo "$(date -u +%s)" "$1" "$2" "$3" >> $LOGSFILE
-