diff --git a/scripts/flash_nix.sh b/scripts/flash_nix.sh index f341a20..eda762c 100755 --- a/scripts/flash_nix.sh +++ b/scripts/flash_nix.sh @@ -25,5 +25,5 @@ fi echo "Usage: $0 " echo "Available ports:" -find /dev/tty* | grep -E "ACM|USB" --color=never +find /dev/tty* | grep -E "ACM|USB|\." --color=never exit 255;