From 88adb6f4bd9b3a1ce01ce05317b8aee1a8301ff3 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 24 Dec 2021 20:35:16 +0200 Subject: Log writer to file --- bin/logthis | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/logthis (limited to 'bin') 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 + -- cgit v1.2.3