piston/packages/cobol/3.1.2/compile
2021-04-27 14:07:18 -04:00

4 lines
74 B
Bash
Executable file

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