Initial commit.
This commit is contained in:
commit
25fb619cf4
1 changed files with 4 additions and 0 deletions
4
send.sh
Executable file
4
send.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
for f in $1/*.$2; do
|
||||
cat $f | nc termbin.com 9999
|
||||
done
|
Loading…
Reference in a new issue