This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
// Generate gfwlist.js for ShadowsocksX | |
// Install gfwlist2pac in python2.7 | |
// Download gfwlist.txt from github | |
// Use "sh code.sh" to generate. | |
PROXY="127.0.0.1:1080" | |
TXTROOT="/Users/USRNAME/desktop" | |
# 下载PAC与SH文件同级目录 |