1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-08 21:06:27 +02:00
piston/packages/cobol/3.1.2/compile

4 lines
74 B
Bash
Executable file

#!/usr/bin/env bash
cobc -o binary --free -x -L lib "$@"
chmod +x binary