I hereby claim:
- I am lzs on github.
- I am zitseng (https://keybase.io/zitseng) on keybase.
- I have a public key ASB8o6CiNbojr5fudAlr4Jo00lE6xV9su_qH0xc54QpJcwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # Replace IP below as needed | |
| PROXYUSER=user | |
| PROXYIP=123.123.123.123 | |
| if pgrep -f $PROXYIP > /dev/null 2>&1; then | |
| exit | |
| fi |