Skip to content

Commit

Permalink
Clone & Pull Shell Scripts;
Browse files Browse the repository at this point in the history
  • Loading branch information
karimmaassen committed Mar 29, 2013
1 parent 38374ca commit b3e2308
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
18 changes: 18 additions & 0 deletions snippets-clone.sh
@@ -0,0 +1,18 @@
#!/bin/bash

clear

cd $HOME/AppData/Roaming/"Sublime Text 2"/Packages/User

mkdir ssc

cd ssc

clear

git clone git@bitbucket.org:SelfServiceCompany/sublime-text-snippets.git

clear

echo" "
echo"Done!"
14 changes: 14 additions & 0 deletions snippets-pull.sh
@@ -0,0 +1,14 @@
#!/bin/bash

clear

cd $HOME/AppData/Roaming/"Sublime Text 2"/Packages/User/ssc/sublime-text-snippets

clear

git pull git@bitbucket.org:SelfServiceCompany/sublime-text-snippets.git

clear

echo" "
echo"Done!"

0 comments on commit b3e2308

Please sign in to comment.