mirror of
https://github.com/Telecominfraproject/wlan-cloud-tools.git
synced 2026-01-08 00:11:44 +00:00
6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Run this file from the root of your service directory"
|
|
export $OWHELLOWORLD_CONFIG=`pwd`
|
|
export $OWHELLOWORLD_ROOT=`pwd`
|