hmn/cinera/setup.sh

13 lines
164 B
Bash
Executable File

#!/bin/bash
if [ ! -e "cinera.conf" ]; then
echo "Can't find cinera.conf"
exit
fi
. cinera.conf
./update_cinera.sh
./update_annotations.sh
mkdir -p data