xrsh-buildroot/buildroot-v86/board/v86/rootfs_overlay/root/hook.d/wakeup/reload.sh

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