aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-03 15:36:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-03 15:36:59 -0200
commit05198a3e36ec402677773df0255b41be4a565d56 (patch)
treeb4819abcbd7619b0d77c2fcf65bb3ac50b251383
parent60ba48cf69cb16f0bf99ae7adfc0a75a5271d286 (diff)
downloadutils-git-05198a3e36ec402677773df0255b41be4a565d56.tar.gz
utils-git-05198a3e36ec402677773df0255b41be4a565d56.tar.bz2
Removes gsync
-rwxr-xr-xgsync16
1 files changed, 0 insertions, 16 deletions
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