aboutsummaryrefslogtreecommitdiff
path: root/bin/clog
diff options
context:
space:
mode:
Diffstat (limited to 'bin/clog')
-rwxr-xr-xbin/clog10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/clog b/bin/clog
deleted file mode 100755
index 037f24c7..00000000
--- a/bin/clog
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# Record a timestamped message to a logfile, defaulting to ~/.clog
-self=clog
-command -v rlwrap >/dev/null 2>&1 &&
- set -- rlwrap -C "$self" "$@"
-{
- date
- "$@" cat -
- printf '%s\n' --
-} >>"${CLOG:-"$HOME"/.clog}"