Skip to content

Instantly share code, notes, and snippets.

@xvv6u577
Last active November 6, 2017 12:34
Show Gist options
  • Save xvv6u577/7cb3615d852de4e088410c3052e6926f to your computer and use it in GitHub Desktop.
Save xvv6u577/7cb3615d852de4e088410c3052e6926f to your computer and use it in GitHub Desktop.
SSR server users' traffic check,shell in one line
python mujson_mgr.py -l | sort -nk 4 | cut -d' ' -f4 | xargs -n 1 -I {}  python3 mujson_mgr.py -l -p {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment