Initial commit.

This commit is contained in:
Mikolaj Lubiak 2022-04-24 20:45:04 +02:00
commit 25fb619cf4

4
send.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
for f in $1/*.$2; do
cat $f | nc termbin.com 9999
done