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
0061e82ecd
funkwhale
/
front
/
scripts
/
utils.sh
6 lines
102 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env -S bash -eux
npm_binaries
(
)
{
command
-v yarn > /dev/null
&&
yarn bin
||
npm bin
}
Reference in New Issue
View Git Blame
Copy Permalink