This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
1b7504a191
piston
/
packages
/
mono
/
6.12.0
/
compile
5 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
pkg(mono-6.12.0): relocate files
2021-03-13 07:53:00 +01:00
#!/bin/bash
pkg(mono-6.12.0): filename fixes (#230) * 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 06:21:57 +02:00
rename 's/$/\.cs/' "$@" # Add .cs extension
csc -out:out *.cs