Added nova scripts. Updated vpn script to take out unused code
This commit is contained in:
parent
8982abddd4
commit
076266359c
3 changed files with 9 additions and 0 deletions
1
home_zsh/.zsh/functions/novahosts
Executable file
1
home_zsh/.zsh/functions/novahosts
Executable file
|
|
@ -0,0 +1 @@
|
|||
nova list| awk -F'|' {'print $3, $7'} | awk -F ' ' {'printf "%-30s %s\n", $1, $5'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue