mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 02:54:54 +03:00
7 lines
171 B
Bash
7 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"
|