zsh: Pass arguments to speedtest

This commit is contained in:
Simon Bruder 2020-03-21 15:01:25 +00:00
parent 23ec18d063
commit a2dd0e4eac
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,7 +1,7 @@
# Docker function definitions # Docker function definitions
function speedtest() { function speedtest() {
docker run --rm tianon/speedtest docker run --rm tianon/speedtest $@
} }
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939876 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939876