sintonia/dev_tools/propel_regenerate.sh
2021-08-17 12:22:47 +02:00

11 lines
326 B
Bash
Executable file

#!/usr/bin/env bash -e
# Absolute path to this script
SCRIPT=$(readlink -f $0)
# Absolute directory this script is in
SCRIPTPATH=$(dirname $SCRIPT)
cd $SCRIPTPATH/../airtime_mvc/
path=$(pwd)
cd build
sed -i s:"project\.home =.*$":"project.home = $path":g build.properties
../../vendor/propel/propel1/generator/bin/propel-gen