Files
wlan-cloud-tools/microservice_sample_cpp/set_env.sh
stephb9959 29d5de5e4a Update to v2.7.0
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2022-09-08 22:43:13 -07:00

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`