aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommit-updates10
1 files changed, 10 insertions, 0 deletions
diff --git a/commit-updates b/commit-updates
new file mode 100755
index 0000000..8292c80
--- /dev/null
+++ b/commit-updates
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+# Commit both on git and svn
+#
+
+# Parameters
+ARGS="$*"
+
+# Simply update commit
+commit "Updates $*"