jonahkh
2020-05-13 4829e49af4e2cd4d8c8dfe0c215bd9f3d65efdfb
1
2
3
4
5
6
7
#!/bin/bash
 
ASSEMBLY=preference.dll
SCL=rh-dotnet20
DIR="$(dirname "$(readlink -f "$0")")"
 
scl enable $SCL -- dotnet "$DIR/$ASSEMBLY" "$@"