mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-28 10:18:58 +00:00
6 lines
244 B
Bash
Executable File
6 lines
244 B
Bash
Executable File
pidof ruby_start | xargs kill -9 2>/dev/null
|
|
pidof ruby_rx_commands | xargs kill -9 2>/dev/null
|
|
pidof ruby_tx_telemetry | xargs kill -9 2>/dev/null
|
|
pidof ruby_rt_vehicle | xargs kill -9 2>/dev/null
|
|
pidof ruby_logger | xargs kill -9 2>/dev/null
|