11 lines
158 B
Bash
Executable file
11 lines
158 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# launcher init
|
|
/root/bin/launcher init &
|
|
|
|
# intialize global funcs
|
|
/root/index.js &> /dev/null
|
|
|
|
# initialize scene
|
|
/root/index.html &> /dev/null
|
|
|