From 44f82054d2b165d76bd26aff3e40d1ff1255588a Mon Sep 17 00:00:00 2001 From: Himanshu Shekhar Date: Sat, 26 Mar 2016 13:05:18 +0530 Subject: [PATCH] Removed script --- githubsync.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 githubsync.sh diff --git a/githubsync.sh b/githubsync.sh deleted file mode 100644 index b0190f9..0000000 --- a/githubsync.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# Sync your current repo with github, standard and novice way -# Commit to master branch -# Author : Himanshu Shekhar < https://github.com/himanshushekharb16/ > -# Code at : https://github.com/himanshushekharb16/MyScripts - -# read -p "Enter directory location to sync with github : " dirname -# cd $dirname -git add -A -read -r -p "Enter any commit message (if any) : " commsg -git commit -m "$commsg" -git push -u origin master