1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-12 22:56:27 +02:00

pkg(mono-6.12.0): filename fixes

This commit is contained in:
Dan Vargas 2021-04-24 22:32:13 -05:00
parent 258539d593
commit 56d333f9ae
3 changed files with 4 additions and 4 deletions
packages/mono/6.12.0

View file

@ -1,3 +1,4 @@
#!/bin/bash
csc "$@"
rename 's/$/\.cs/' "$@" # Add .cs extension
csc -out:out "$@"

View file

@ -1 +1 @@
export PATH=$PWD/mono-6.12.0:$PATH
export PATH=$PWD/bin:$PATH

View file

@ -1,5 +1,4 @@
#!/bin/bash
CODE=${1/cs/exe}
shift
mono $CODE "$@"
mono out "$@"