funkwhale/front/scripts/utils.sh

6 wiersze
102 B
Bash
Executable File

#!/usr/bin/env -S bash -eux
npm_binaries () {
command -v yarn > /dev/null && yarn bin || npm bin
}