diff options
author | Bdale Garbee <bdale@gag.com> | 2016-05-06 17:49:09 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2016-05-06 17:49:09 -0600 |
commit | aa9630c30ee09bf358e77bf47ed0815a19237fca (patch) | |
tree | 133e664bff769d43c46d6cc2ed38f775a80e65bd /ao-bringup | |
parent | e0081f7ba6fc9f1e4484d3e291fd30065ad5b620 (diff) |
add beep to TeleMega turnon script
Diffstat (limited to 'ao-bringup')
-rwxr-xr-x | ao-bringup/test-telemega | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-bringup/test-telemega b/ao-bringup/test-telemega index b801b20c..0ac475a3 100755 --- a/ao-bringup/test-telemega +++ b/ao-bringup/test-telemega @@ -60,6 +60,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 |