view scripts/release-luan.sh @ 593:92c9fa5e39e6

remove theme "Get" and "Set", and add "define"
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 31 Aug 2015 10:16:57 -0600
parents 72a2daf88e12
children 4f880e2663a2
line wrap: on
line source

set -e

cd `dirname $0`/..
LUAN_HOME=`pwd`

rm -f ~/Dropbox/luan/*

# assume already built
cp $LUAN_HOME/build/luan-*.tar ~/Dropbox/luan

hg tag `scripts/version.sh`