1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

Added comments to git-all

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2015-05-04 15:01:11 +02:00
parent e83ba8a88c
commit db32d0dc88

View file

@ -23,14 +23,14 @@ commit() {
## execute ## execute
execute() { execute() {
shift; shift; # Skip current branch
eval "$*"; eval "$*";
} }
## ##
shell() { shell() {
shift; shift; # Skip current branch
bash -i; bash -i;
} }