#!/bin/sh
# launcher init
/root/bin/launcher init &
# intialize global funcs
/root/index.js &> /dev/null
# initialize scene
/root/index.html &> /dev/null