1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 09:56:27 +02:00
piston/packages/pascal/3.2.0/compile

5 lines
76 B
Bash

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