1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

Merge branch 'master' of github.com:sbrl/bin

This commit is contained in:
Starbeamrainbowlabs 2017-01-15 14:38:00 +00:00
commit af6db0b49e

View file

@ -8,4 +8,4 @@ if [ "$#" -ne 2 ]; then
exit
fi
tar cf - $1 | pv | gzip | nc -l $2
tar cf - "${1}" | pv | gzip | nc -l $2