4 lines
79 B
Text
4 lines
79 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
$([ -x "$(command -v bear)" ] && echo 'bear -- ') make $@
|
||
|
|
|