Skip to content

Instantly share code, notes, and snippets.

@karaketir16
Created July 25, 2023 11:53
Show Gist options
  • Save karaketir16/2a91990b14e455daa62d5bc620ec0a60 to your computer and use it in GitHub Desktop.
Save karaketir16/2a91990b14e455daa62d5bc620ec0a60 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {0..19}
do
(while true; do dd if=/dev/zero of=/dev/ttyUSB$i bs=4k; done) &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment