mirror of https://github.com/OpenIPC/firmware.git
7 lines
287 B
Bash
Executable File
7 lines
287 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
|
|
pidof majestic | xargs kill -9 2>/dev/null
|