Merge branch 'master' of frogit:geoffrey/dotfiles
This commit is contained in:
commit
3039b92015
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue