8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
|
#!/hint/bash
|
||
|
# shellcheck disable=2034
|
||
|
|
||
|
# disable debug builds
|
||
|
OPTIONS=(!debug)
|
||
|
|
||
|
# vim: set ft=sh ts=2 sw=2 et:
|