mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2024-11-16 18:18:22 +01:00
5 lines
120 B
Bash
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
|