mirror of
https://github.com/engineer-man/piston.git
synced 2025-09-18 18:00:04 +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 |