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