mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
9 lines
107 B
Bash
Executable File
9 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -f "$NVM_DIR/nvm.sh" ]
|
|
then
|
|
\. "$NVM_DIR/nvm.sh";
|
|
nvm use;
|
|
fi
|
|
yarn find-deadcode
|