dino-linux/env.sh

4 lines
104 B
Bash

#!/usr/bin/env bash
export BD="$(dirname "$(realpath -s "$BASH_SOURCE")")"
export PATH="$BD/path:$PATH"