reformatted encoding algorithm

This commit is contained in:
strawmanbobi
2016-11-13 13:52:57 +08:00
parent c169499e3a
commit fb7c06afa6
40 changed files with 663 additions and 483 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# run this script before you setup the irext web console
echo "running script of npm install needed by irext..."
@@ -43,4 +44,7 @@ npm install aliyun-sdk
echo "npm install nodemailer"
npm install nodemailer
echo "npm install mongoose"
npm install mongoose
echo "npm install done"