From c7de0469164ff9c349dec0ad7a11c21b01006ffd Mon Sep 17 00:00:00 2001 From: Mathy Date: Thu, 15 Jan 2015 13:45:16 -0500 Subject: [PATCH] Allow initialization to be easily interrupted --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index 6ebadb6..04be501 100755 --- a/init.sh +++ b/init.sh @@ -1,4 +1,5 @@ #!/bin/bash +trap "killall background" EXIT git clone -b master git@github.com:vanhoefm/modwifi.git modwifi & git clone -b research git@github.com:vanhoefm/modwifi-linux.git linux & git clone -b research git@github.com:vanhoefm/modwifi-ath9k-htc.git ath9k-htc &