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