Mercurial Hosting > luan
view scripts/cp-luan @ 1094:cb4c20fce7d0
add "response_code" and "response_message" to http url luan exceptions
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 24 Jan 2017 14:14:43 -0700 |
parents | 1a68fc55a80c |
children |
line wrap: on
line source
LUAN_HOME=~/hg/luan CLASSPATH=$LUAN_HOME/src for i in $LUAN_HOME/lib/* ; do CLASSPATH=$CLASSPATH:$i ; done export CLASSPATH