Files

15 lines
215 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
2016-12-30 20:57:10 -05:00
dataman start
simulator start
2016-12-30 20:57:10 -05:00
tone_alarm start
pwm_out_sim start
2016-12-30 20:57:10 -05:00
tests @test_name@
shutdown