Skip to content

Instantly share code, notes, and snippets.

@salsferrazza
Created December 21, 2025 04:25
Show Gist options
  • Select an option

  • Save salsferrazza/6884ecf29214289baea8af585eafadc0 to your computer and use it in GitHub Desktop.

Select an option

Save salsferrazza/6884ecf29214289baea8af585eafadc0 to your computer and use it in GitHub Desktop.
CQ inventory file unsequenced, fire-and-forget blast
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