1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-07-01 17:29:47 +02:00
DiyaSDK/env.sh
2022-03-08 19:44:07 +01:00

5 lines
120 B
Bash

#! /bin/bash
W=$(dirname "$(realpath "${BASH_SOURCE[0]}")")
echo "Add $W to PATH"
export PATH="$W/bin:$PATH"
diya --help