uci-berry-weather/bundle

15 lines
314 B
Bash
Executable File

#!/bin/bash
# todo set utility directory and also customize start.be
MODULES=/data/coding/berry/modules
rm ./bin/weather.tapp
zip -j -Z store ./bin/weather.tapp \
autoexec.be \
weather.be \
$MODULES/util/stringe.be \
$MODULES/util/file.be \
$MODULES/util/object.be \
$MODULES/util/time.be \
$MODULES/util/ha.be