aboutsummaryrefslogtreecommitdiff
path: root/commit-updates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-15 09:41:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-15 09:41:31 -0300
commitb02ec21fdd426b2d3475fea2873a8965ff49224e (patch)
tree7de943e8f30a8588bb6012905edf4b44072f02ae /commit-updates
parent26b6f62724672f6faa5cd28ed4fb24b3e7740d58 (diff)
downloadutils-git-b02ec21fdd426b2d3475fea2873a8965ff49224e.tar.gz
utils-git-b02ec21fdd426b2d3475fea2873a8965ff49224e.tar.bz2
Adds commit-updates
Diffstat (limited to 'commit-updates')
-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 $*"