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