First go at args
This commit is contained in:
9
examples
9
examples
@@ -68,4 +68,11 @@ kubectlw() {
|
||||
kubectlw version
|
||||
}
|
||||
|
||||
source <(cat /tmp/⚡ 2> /dev/null || curl https://apps.ofvlad.xyz/⚡ | tee /tmp/⚡)
|
||||
⚡run-on() {
|
||||
_required_argument user
|
||||
_required_argument host
|
||||
_argument command
|
||||
ssh "${_arg_user}@${_arg_host}" "$_arg_command"
|
||||
}
|
||||
|
||||
source <(cat /tmp/ 2> /dev/null || curl https://apps.ofvlad.xyz/ | tee /tmp/ )
|
||||
|
||||
Reference in New Issue
Block a user