diff options
Diffstat (limited to 'linuxinstall/detectShell/remote_net.sh')
| -rw-r--r-- | linuxinstall/detectShell/remote_net.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxinstall/detectShell/remote_net.sh b/linuxinstall/detectShell/remote_net.sh new file mode 100644 index 0000000..0476b01 --- /dev/null +++ b/linuxinstall/detectShell/remote_net.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +python /root/zhong/monitor_net.py #py脚本的路径,需要手动填写 +cat `ls|grep csv` +rm -f *.csv |
