view scripts/release-luan.sh @ 437:6cfbf45a1885 0.6

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 03 May 2015 23:39:04 -0600 (2015-05-04)
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`