FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NodeODM/node.sh at master · irong40/NodeODM · GitHub
irong40
/
NodeODM
Public
forked from
OpenDroneMap/NodeODM
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
NodeODM
/
node.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
10 lines (8 loc) · 176 Bytes
Breadcrumbs
NodeODM
/
node.sh
Copy path
File metadata and controls
executable file
·
10 lines (8 loc) · 176 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
#!
/bin/bash
if
[
-z
"
$NVM_DIR
"
]
;
then
echo
"
Error: NVM_DIR environment variable is not set
"
>&2
exit
1
fi
source
$NVM_DIR
/nvm.sh
nvm use
$NODE_VERSION
exec
node
"
$@
"
Back
|
FazBrowse Home
|
New Git URL