Add shell help function for osmo proc.

This commit is contained in:
Monocots 2021-04-19 02:42:13 +00:00
parent dcddb45085
commit 3fd4d62a93

View file

@ -109,3 +109,7 @@ pdpc () {
ns () {
expect -c 'spawn -noecho telnet 0 4245; expect >; send enable\r; expect #; send "show ns\r"; expect #' | grep ALIVE;
}
op () {
ps awxf | grep [o]smo\-
}