mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-08 06:24:34 +00:00
6 lines
91 B
Bash
Executable file
6 lines
91 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#echo "$1"
|
|
../../pro/utils/snzip -c -i $1 -o $1r
|
|
/bin/rm -f $1
|
|
/bin/mv $1r $1
|