zsh: docker: Make speedtest react to ^C

legacy
Simon Bruder 2020-07-04 18:01:10 +02:00
parent c2e13f23f1
commit 8025e281b6
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Docker function definitions
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