mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Make senddir work with paths that have spaces
This commit is contained in:
parent
8ec2bc51bb
commit
1b9e7dc5cd
1 changed files with 1 additions and 1 deletions
2
senddir
2
senddir
|
@ -8,4 +8,4 @@ if [ "$#" -ne 2 ]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tar cf - $1 | pv | gzip | nc -l $2
|
tar cf - "${1}" | pv | gzip | nc -l $2
|
||||||
|
|
Loading…
Reference in a new issue