commit | 38b468f0b272a353535453a4db8d15230c9bce49 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Aug 11 11:57:28 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Aug 11 11:57:49 2022 +0100 |
tree | 0946a975f97bedf5393d1d582ad8cc43c0a89d4d | |
parent | c24fc8ea32ef1a6f181e9dcf41104fbcfb3e09c6 [diff] [blame] |
Add an icat alias
diff --git a/scripts/done.sh b/scripts/done.sh new file mode 100644 index 0000000..65e4c60 --- /dev/null +++ b/scripts/done.sh
@@ -0,0 +1,6 @@ +# This is a script that integrates with gtimelog +if [ $# -eq 0 ]; then + +else + echo "$() $@" >> ~/.local/share/gtimelog/timelog.txt +fi