add beep when test completes
authorRobert Garbee <robert@gag.com>
Sat, 13 Jun 2015 23:40:16 +0000 (17:40 -0600)
committerRobert Garbee <robert@gag.com>
Sat, 13 Jun 2015 23:40:16 +0000 (17:40 -0600)
ao-bringup/test-telemetrum

index 57a4d90d78fdacb76418b3fe9ce61279da9593e7..13407e8675f38f1dd5ac7efc8eda262a1f8b9a0b 100755 (executable)
@@ -61,6 +61,7 @@ ao-list | while read product serial dev; do
            echo""
 
            echo "$PRODUCT-v$VERSION" serial "$serial" is ready to ship
+           echo "\007"
            ret=0
            ;;
     esac