mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 19:26:25 +02:00
5 lines
No EOL
76 B
Bash
5 lines
No EOL
76 B
Bash
#!/usr/bin/env bash
|
|
|
|
|
|
export DOTNET_ROOT=$PWD
|
|
export PATH=$DOTNET_ROOT:$PATH |