Files
2015-12-16 11:56:24 -08:00

10 lines
179 B
Bash
Executable File

#!/bin/bash
############################################################
set -e
PARENT_DIR="$(realpath $(dirname $BASH_SOURCE[0]))"
cd $PARENT_DIR
./build.sh $@
./install.sh $@