This website requires JavaScript.
Explore
Help
Sign In
MirrorMirror
/
funkwhale
mirror of
https://dev.funkwhale.audio/funkwhale/funkwhale.git
Watch
1
Star
0
Fork
You've already forked funkwhale
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
petitminion-develop-patch-84496
funkwhale
/
front
/
scripts
/
utils.sh
6 lines
102 B
Bash
Raw
Permalink
Blame
History
#!/usr/bin/env bash -S -eux
npm_binaries
(
)
{
command
-v yarn > /dev/null
&&
yarn bin
||
npm bin
}
Reference in New Issue
View Git Blame
Copy Permalink