blob: 65e4c60ce1c8f3ad980f20bf4adb8e858657ede8 [file] [log] [blame]
Skyler Grey38b468f2022-08-11 11:57:28 +01001# This is a script that integrates with gtimelog
2if [ $# -eq 0 ]; then
3
4else
5 echo "$() $@" >> ~/.local/share/gtimelog/timelog.txt
6fi