Update update-sync-project
This commit is contained in:
parent
b574799f63
commit
3e408db313
@ -97,6 +97,9 @@ update-sync-project() {
|
||||
fi
|
||||
local ABSPATH="$(\dirname "$(\dirname "$(\readlink -e ~/.zshrc)")")"
|
||||
git -C "$ABSPATH" pull origin master
|
||||
if (( $# > 0 )); then
|
||||
"$ABSPATH/scripts/sync.sh" $*
|
||||
fi
|
||||
}
|
||||
# Remove directory by removing subdirectories up a level
|
||||
dedir(){
|
||||
|
Loading…
Reference in New Issue
Block a user