zsh: Pass arguments to speedtest
This commit is contained in:
parent
23ec18d063
commit
a2dd0e4eac
|
@ -1,7 +1,7 @@
|
|||
# Docker function definitions
|
||||
|
||||
function speedtest() {
|
||||
docker run --rm tianon/speedtest
|
||||
docker run --rm tianon/speedtest $@
|
||||
}
|
||||
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939876
|
||||
|
|
Reference in a new issue