mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
370ba02e6c
* Add flags * Update readme old-commit-hash: c13c6ef76b1b3bc9249ba08818f6afef0ee37076
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
|