Add commit script

Change-Id: I319a7423bac1a1109a66ea6aa3c509c1174ed2cd
diff --git a/commit.sh b/commit.sh
new file mode 100755
index 0000000..f28c69a
--- /dev/null
+++ b/commit.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# Get current date
+date=$(date '+%Y-%m-%d %H:%M:%S %z')
+
+git add .
+git commit -m "$date"