diff options
author | kaotisk <kaotisk@arching-kaos.com> | 2021-12-24 20:35:16 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.com> | 2021-12-24 20:35:16 +0200 |
commit | 88adb6f4bd9b3a1ce01ce05317b8aee1a8301ff3 (patch) | |
tree | caad96ac93b0d55e038c65fe444638847570a6ea | |
parent | fc73bd4a564dc4f89129dc00344acdd95e68142b (diff) | |
download | arching-kaos-tools-88adb6f4bd9b3a1ce01ce05317b8aee1a8301ff3.tar.gz arching-kaos-tools-88adb6f4bd9b3a1ce01ce05317b8aee1a8301ff3.tar.bz2 arching-kaos-tools-88adb6f4bd9b3a1ce01ce05317b8aee1a8301ff3.zip |
Log writer to file
-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 + |