CDing into ~ before git clone

This commit is contained in:
Jan Christian Grünhage 2016-09-17 17:48:43 +02:00
parent 6708c4a4fa
commit c9a0ea153a
No known key found for this signature in database
GPG Key ID: 62BEE5EB8F370DC6
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ function get_gpg_keys {
gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 691C036821A1C2A05415F572F338AD3815B5D61C 33BD6633839B232E1A24BF4262BEE5EB8F370DC6
}
function clone_git_repos {
cd ~
git clone ssh://git@jcg.re:10022/jcgruenhage/.password-store.git
mkdir dev
cd dev