aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.com>2021-12-26 07:44:20 +0200
committerkaotisk <kaotisk@arching-kaos.com>2021-12-26 07:44:20 +0200
commit6979e55191143e455f678873c3ec7c1b0e7ac953 (patch)
treee538769e2cec4dab9960ae563bd2d79d0219ecbe
parent6ad3011ba81cdca601f3598d2b10139c7b395b5a (diff)
downloadarching-kaos-tools-6979e55191143e455f678873c3ec7c1b0e7ac953.tar.gz
arching-kaos-tools-6979e55191143e455f678873c3ec7c1b0e7ac953.tar.bz2
arching-kaos-tools-6979e55191143e455f678873c3ec7c1b0e7ac953.zip
Removed useless -zsh from log
-rwxr-xr-xbin/logthis2
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