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

12 lines
158 B
Bash
Raw Normal View History

2024-10-23 18:51:56 +02:00
#!/bin/sh
2025-05-22 17:18:11 +02:00
# launcher init
/root/bin/launcher init &
2024-10-23 18:51:56 +02:00
# intialize global funcs
/root/index.js &> /dev/null
# initialize scene
/root/index.html &> /dev/null