send-script/send.sh

4 lines
70 B
Bash
Executable File

#!/bin/env sh
for f in $1/$3.$2; do
cat $f | nc termbin.com 9999
done