Skip to content

Instantly share code, notes, and snippets.

@val314159
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save val314159/619e9319cbe858486885 to your computer and use it in GitHub Desktop.
Save val314159/619e9319cbe858486885 to your computer and use it in GitHub Desktop.
meta installer
rm -f eenv.sh
# qsvr
git clone https://gist.github.com/067edcf3039ad202c5d8.git
sh 067edcf3039ad202c5d8/install.sh
cp env.sh 067edcf3039ad202c5d8
echo source 067edcf3039ad202c5d8/env.sh >>eenv.sh
# authsvr
git clone https://gist.github.com/48217eca901c2afb29a4.git
sh 48217eca901c2afb29a4/install.sh
cp env.sh 48217eca901c2afb29a4
echo source 48217eca901c2afb29a4/env.sh >>eenv.sh
# db.py
git clone https://gist.github.com/88aeea80c483cb222365.git
ln -s 88aeea80c483cb222365/db.py
cat >> eenv.sh <<EOF
echo ok
EOF
mv eenv.sh env.sh
source env.sh
$*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment