blob: 65e4c60ce1c8f3ad980f20bf4adb8e858657ede8 [file] [log] [blame]
# This is a script that integrates with gtimelog
if [ $# -eq 0 ]; then
else
echo "$() $@" >> ~/.local/share/gtimelog/timelog.txt
fi