mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-08 12:42:14 +08:00
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Warning: plot has been renamed to logplotter, please update your conf/control_panel.xml"
|
|
|
|
exec $PAPARAZZI_SRC/sw/logalizer/logplotter
|