7 lines
42 B
Bash
7 lines
42 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
|
||
|
|
vim $NET_STATUS
|
||
|
|
|
||
|
|
exit 0
|
||
|
|
|