diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-15 09:41:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-15 09:41:31 -0300 |
commit | b02ec21fdd426b2d3475fea2873a8965ff49224e (patch) | |
tree | 7de943e8f30a8588bb6012905edf4b44072f02ae /commit-updates | |
parent | 26b6f62724672f6faa5cd28ed4fb24b3e7740d58 (diff) | |
download | utils-git-b02ec21fdd426b2d3475fea2873a8965ff49224e.tar.gz utils-git-b02ec21fdd426b2d3475fea2873a8965ff49224e.tar.bz2 |
Adds commit-updates
Diffstat (limited to 'commit-updates')
-rwxr-xr-x | commit-updates | 10 |
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 $*" |