6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Put 'export' statements here for environment variables
|
||
|
export PATH=$PWD/bin:$PATH
|
||
|
export FORTH_PATH=$PWD/gforth-0.7.3
|