Created
December 21, 2025 04:25
-
-
Save salsferrazza/6884ecf29214289baea8af585eafadc0 to your computer and use it in GitHub Desktop.
CQ inventory file unsequenced, fire-and-forget blast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat data/inventory.txt| while read -r line; | |
| do echo $line |tr -d "\n" |nc -c localhost 3001 ; echo ; done < data/inventory.txt/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment