9 lines
115 B
Bash
9 lines
115 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# intialize global funcs
|
||
|
/root/index.js &> /dev/null
|
||
|
|
||
|
# initialize scene
|
||
|
/root/index.html &> /dev/null
|
||
|
|