UV_K5_playground/tools/fw/init_env.sh

5 wiersze
133 B
Bash

#!/bin/bash
CURRENT_DIR=$(pwd)
export PATH="$CURRENT_DIR/../fw_tools/python-utils:$PATH"
echo "setting patch for this sesion: $PATH"