Refactorization of code.

This commit is contained in:
Mikołaj Lubiak 2022-04-20 17:49:34 +02:00
commit 50636aa193
1 changed files with 4 additions and 0 deletions

4
send.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
for file in $1/*.$2; do
cat $file | nc termbin.com 9999 2>&1 | tee -a $3
done