12 lines
227 B
Bash
12 lines
227 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
# stop_privoxy.sh
|
||
|
# ShadowsocksX-NG
|
||
|
#
|
||
|
# Created by 王晨 on 16/10/7.
|
||
|
# Copyright © 2016年 zhfish. All rights reserved.
|
||
|
|
||
|
|
||
|
|
||
|
launchctl unload "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
|