mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 22:16:26 +02:00
pkg(cobol-3.1.2): Adds cobol 3.1.2 (gnucobol)
This commit is contained in:
parent
959830c652
commit
1d18a1d093
6 changed files with 47 additions and 0 deletions
4
packages/cobol/3.1.2/compile
vendored
Executable file
4
packages/cobol/3.1.2/compile
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
cobc -o binary --free -x -L lib "$@"
|
||||
chmod +x binary
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue