piston/packages/forth/0.7.3/environment
2022-06-02 17:33:50 -06:00

5 lines
141 B
Bash

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