2016-06-02 10:29:49 -04:00

5 lines
168 B
Plaintext
Executable File

# to be called from top level dir of project
script_folder=$(dirname $(readlink $0))
$script_folder/check_conf_file.sh || exit 1
$script_folder/apexupdate.sh || exit 1