You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
238 B

2 years ago
  1. #!/bin/bash
  2. #
  3. # 在目标板子上,这个脚本会在系统启动时自动被调用,从而实现自启动。
  4. #
  5. cd /app
  6. # 如果系统需要自启动时打开browser,在此调用./browser.sh
  7. #./browser.sh
  8. ./app.sh
  9. ./app_monitor.sh &