Skip to content

Instantly share code, notes, and snippets.

View Femtometer's full-sized avatar
🎯
Focusing

Tension.W Femtometer

🎯
Focusing
View GitHub Profile
@Femtometer
Femtometer / code.sh
Last active July 19, 2016 14:26
Command line PAC generate code for OSX
#!/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文件同级目录