mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-21 06:02:08 +08:00
370ba02e6c
* Add flags
* Update readme
old-commit-hash: c13c6ef76b
7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
tmux new -d -s htop
|
|
tmux send-keys "./launch_openpilot.sh" ENTER
|
|
tmux neww
|
|
tmux send-keys "./bridge.py $*" ENTER
|
|
tmux a
|