1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-12 22:56:27 +02:00
piston/packages/mono/6.12.0/compile
Dan Vargas 09e347a098
pkg(mono-6.12.0): filename fixes ()
* pkg(mono-6.12.0): filename fixes

* pkg(mono-6.12.0): compile cs files

* pkg(mono-6.12.0): add provides in metadata
2021-04-25 16:21:57 +12:00

4 lines
75 B
Bash

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