4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Compile pony file(s)
|
||
|
ponyc -b out
|