hmn/cinera/setup.sh

13 lines
164 B
Bash
Raw Normal View History

#!/bin/bash
if [ ! -e "cinera.conf" ]; then
echo "Can't find cinera.conf"
exit
fi
. cinera.conf
./update_cinera.sh
./update_annotations.sh
2021-08-28 20:36:52 +00:00
mkdir -p data