mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
6 lines
178 B
Bash
6 lines
178 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Put 'export' statements here for environment variables
|
|
export DOTNET_ROOT=$PWD
|
|
export PATH=$DOTNET_ROOT:$PATH
|
|
export FSI_PATH=$(find $(pwd) -name fsi.dll)
|