Merge branch 'master' of frogit:geoffrey/dotfiles

This commit is contained in:
Geoffrey Frogeye 2018-01-30 19:08:55 +01:00
commit 3039b92015
1 changed files with 2 additions and 2 deletions

View File

@ -365,9 +365,9 @@ machines_net_help() { machines_network_help "$@"; }
machines_n_help() { machines_network_help "$@"; }
function machines_update-all {
machines_list | while read machine; do
machines_machine_list | while read machine; do
echo "Updating $machine..."
ssh $machine 'machines-update' &
ssh $machine 'machines update' &
done
}