選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

run.sh 157B

1234567
  1. #!/bin/sh
  2. cd $(dirname "$0")
  3. chromium-browser --kiosk --app="file://$(pwd)/web/index.html" &
  4. ./scripts/esc-button.py &
  5. ./scripts/keymap.sh &
  6. node server.js