mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
pkg(mono-6.12.0): compile cs files
This commit is contained in:
parent
56d333f9ae
commit
1a158027cf
1 changed files with 1 additions and 1 deletions
2
packages/mono/6.12.0/compile
vendored
2
packages/mono/6.12.0/compile
vendored
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
rename 's/$/\.cs/' "$@" # Add .cs extension
|
||||
csc -out:out "$@"
|
||||
csc -out:out *.cs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue