From b02ec21fdd426b2d3475fea2873a8965ff49224e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 15 Mar 2015 09:41:31 -0300 Subject: Adds commit-updates --- commit-updates | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 commit-updates (limited to 'commit-updates') 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 $*" -- cgit v1.2.3