Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Dec 1, 2023
1 parent 43affd0 commit 83010e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions other/docker/esp32/qemu-test
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ qemu-system-xtensa \
-m 4 \
-drive file=flash.bin,if=mtd,format=raw \
-nic user,model=open_eth,hostfwd=tcp::80-:80 \
-s \
| tee qemu.log &
-s |
tee qemu.log &

echo "Waiting for program to complete"
while ! grep 'Returned from app_main' qemu.log > /dev/null; do
while ! grep 'Returned from app_main' qemu.log >/dev/null; do
sleep 1
done

0 comments on commit 83010e4

Please sign in to comment.