mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 12:15:07 +00:00
6 lines
171 B
Bash
6 lines
171 B
Bash
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
export PATH="$DIR/Local/bin:$PATH"
|
|
export TOOLCHAIN="$DIR"
|
|
export SERENITY_ROOT="$DIR/.."
|
|
echo "$PATH"
|