diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-19 12:06:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-19 12:06:29 +0300 |
commit | fbe9abd71922c064d14d5f193ecb79f367c83ec6 (patch) | |
tree | e3e1747d4a83853dcc017ba1a90c1f18d3d99aa4 /git.sh | |
parent | a47ea35d4d872a389b792ecba9ebe05cae9b0243 (diff) | |
download | all-fbe9abd71922c064d14d5f193ecb79f367c83ec6.tar.gz all-fbe9abd71922c064d14d5f193ecb79f367c83ec6.tar.bz2 all-fbe9abd71922c064d14d5f193ecb79f367c83ec6.tar.xz all-fbe9abd71922c064d14d5f193ecb79f367c83ec6.zip |
fix git.sh script for support multiple parameters.
Diffstat (limited to 'git.sh')
-rwxr-xr-x | git.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ function status { DIR=$(pwd) cd "$1" echo "$2:" - git "$CMD" + git $CMD cd "$DIR" } |