Skip to content
Snippets Groups Projects
Commit 15249bee authored by nimrod's avatar nimrod
Browse files

all-repos alias.

To run git commands on all of the repos in ~/Repositories.
parent 6cd7f237
Branches
Tags
No related merge requests found
......@@ -70,6 +70,7 @@ export VAGRANT_DEFAULT_PROVIDER="virtualbox"
alias 0-day-cleanup='ssh kodi.shore.co.il "sudo -u debian-transmission find /srv/library/Comics -name *.part -path *0-Day\ Week\ of* -delete"'
alias all-hosts='echo -n ea6350 ns1 ns4 host01 kodi | xargs -d " " -I HOST ssh HOST.shore.co.il'
alias all-repos='find "$HOME/Repositories" -maxdepth 3 -type d -name .git -print0 | xargs -IX -0 git -C "X/../"'
alias ansible-local-playbook='ansible-playbook -i localhost, -c local -e "ansible_python_interpreter=$(which python3)"'
alias ansible-local='ansible localhost -c local -i localhost, -e "ansible_python_interpreter=$(which python3)"'
alias aptitude='aptitude --display-format %p --quiet'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment