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

pkg(mono-6.12.0): compile cs files

This commit is contained in:
Dan Vargas 2021-04-24 23:15:22 -05:00
parent 56d333f9ae
commit 1a158027cf

View file

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