My fish config
This commit is contained in:
3
functions/router-reboot.fish
Normal file
3
functions/router-reboot.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function router-reboot --wraps='ssh -l root 192.168.15.2 reboot' --wraps='ssh -l root 192.168.15.2 reboot &>/dev/null' --wraps='ssh -l root 192.168.15.2 reboot &>/dev/null && echo' --wraps='ssh -l root 192.168.15.2 reboot &>/dev/null; true' --wraps='ssh -l root 192.168.15.2 reboot &>/dev/null &; true' --description 'alias router-reboot ssh -l root 192.168.15.2 reboot &>/dev/null &; true'
|
||||
ssh -l root 192.168.15.2 reboot &>/dev/null &; true $argv;
|
||||
end
|
||||
Reference in New Issue
Block a user