mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 22:16:26 +02:00
* pkg(mono-6.12.0): filename fixes * pkg(mono-6.12.0): compile cs files * pkg(mono-6.12.0): add provides in metadata
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/bash
|
|
|
|
rename 's/$/\.cs/' "$@" # Add .cs extension
|
|
csc -out:out *.cs
|