12 lines
355 B
Bash
Executable File
12 lines
355 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# start_privoxy.sh
|
|
# ShadowsocksX-NG
|
|
#
|
|
# Created by 王晨 on 16/10/7.
|
|
# Copyright © 2016年 zhfish. All rights reserved.
|
|
|
|
chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
|
|
launchctl load "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
|
|
launchctl start com.qiuyuzhou.shadowsocksX-NG.http
|