diff options
| author | chenjinsong <[email protected]> | 2018-09-27 16:11:54 +0800 |
|---|---|---|
| committer | chenjinsong <[email protected]> | 2018-09-27 16:11:54 +0800 |
| commit | 56d71f261a8bd6031e47e2bf80867049a2aa13da (patch) | |
| tree | f09257b2143782a333a9eda3395137837d9bdad1 /linuxinstall/detectShell/remote_net.sh | |
initial commit
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 |
