zsh: docker: Make speedtest react to ^C
This commit is contained in:
parent
c2e13f23f1
commit
8025e281b6
|
@ -1,7 +1,7 @@
|
||||||
# Docker function definitions
|
# Docker function definitions
|
||||||
|
|
||||||
function speedtest() {
|
function speedtest() {
|
||||||
docker run --rm tianon/speedtest --accept-license --accept-gdpr -p $@
|
docker run --init --rm tianon/speedtest --accept-license --accept-gdpr -p $@
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939876
|
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939876
|
||||||
|
|
Reference in a new issue