aboutsummaryrefslogtreecommitdiff
path: root/hash_script/generate.sh
blob: 94c770e312e96f23e0c129a0ba2e57189d918755 (plain) (blame)
1
2
3
4
5
6
7
node index.js > whitelist


data=`cat whitelist`
echo "module.exports = {
	whitelist: $data
};" > whitelist