5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
cobc -o binary --free -x -L lib "$@"
|
||
|
chmod +x binary
|
||
|
|