1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 18:06:27 +02:00
piston/packages/pascal/3.2.2/compile
2023-04-08 22:07:40 +02:00

5 lines
No EOL
75 B
Bash

#!/usr/bin/env bash
# Compile pascal files
fpc -oout -v0 "$@"
chmod +x out