mirror of
https://github.com/engineer-man/piston.git
synced 2025-09-06 12:00:04 +02:00
pkg(pascal-3.2.0): Add pascal (FreePascal) 3.2.0
This commit is contained in:
parent
4776700a1b
commit
5a24d451ad
6 changed files with 46 additions and 0 deletions
5
packages/pascal/3.2.0/compile
vendored
Normal file
5
packages/pascal/3.2.0/compile
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Compile pascal files
|
||||
fpc -oout -v0 "$@"
|
||||
chmod +x out
|
Loading…
Add table
Add a link
Reference in a new issue