Committed after reboot-necessary-flag build
diff --git a/scripts/commit b/scripts/commit
new file mode 100755
index 0000000..4138966
--- /dev/null
+++ b/scripts/commit
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+git commit -am "Committed after $1 build"