piston/packages/cobol/3.1.2/compile

5 lines
74 B
Bash
Executable File

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