mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-01 10:48:18 +00:00
10 lines
179 B
Bash
Executable File
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 $@
|