diff options
author | kaotisk <kaotisk@arching-kaos.com> | 2021-12-26 07:44:20 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.com> | 2021-12-26 07:44:20 +0200 |
commit | 6979e55191143e455f678873c3ec7c1b0e7ac953 (patch) | |
tree | e538769e2cec4dab9960ae563bd2d79d0219ecbe | |
parent | 6ad3011ba81cdca601f3598d2b10139c7b395b5a (diff) | |
download | arching-kaos-tools-6979e55191143e455f678873c3ec7c1b0e7ac953.tar.gz arching-kaos-tools-6979e55191143e455f678873c3ec7c1b0e7ac953.tar.bz2 arching-kaos-tools-6979e55191143e455f678873c3ec7c1b0e7ac953.zip |
Removed useless -zsh from log
-rwxr-xr-x | bin/logthis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/logthis b/bin/logthis index 932cf99..a13f2e0 100755 --- a/bin/logthis +++ b/bin/logthis @@ -1,3 +1,3 @@ #!/bin/bash -echo "$1" >> $LOGSFILE +echo "$(date -u +%s)" "$1" >> $LOGSFILE |