Mercurial Hosting > luan
view scripts/install.sh @ 452:56c23aa70045 0.7
Add cancel_subscription() function to Stripe customer.
author | Hugo Teixeira <hugo.tech@gmail.com> |
---|---|
date | Tue, 05 May 2015 18:15:21 -0300 |
parents | 1f6d828986b9 |
children | fec01f044474 |
line wrap: on
line source
cd `dirname $0` cat >/usr/local/bin/luan <<End for i in `pwd`/jars/* ; do CLASSPATH=\$CLASSPATH:\$i ; done java -classpath \$CLASSPATH luan.Luan "\$@" End chmod +x /usr/local/bin/luan echo "the command 'luan' has been installed"