From: Silvio Rhatto Date: Thu, 3 Nov 2016 17:36:59 +0000 (-0200) Subject: Removes gsync X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=05198a3e36ec402677773df0255b41be4a565d56;p=utils-git.git Removes gsync --- diff --git a/gsync b/gsync deleted file mode 100755 index 14f18a0..0000000 --- a/gsync +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# -# Commit, push and fetch -# - -# Parameters -PROJECT="$1" - -# Try to get there -if [ ! -z "$PROJECT" ]; then - cd $PROJECT -fi - -# Sync -up -mr fetch