1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-07-03 10:09:49 +02:00
DiyaSDK/env.sh

5 lines
120 B
Bash
Raw Normal View History

2022-03-08 19:44:07 +01:00
#! /bin/bash
W=$(dirname "$(realpath "${BASH_SOURCE[0]}")")
echo "Add $W to PATH"
export PATH="$W/bin:$PATH"
diya --help