Allow initialization to be easily interrupted

This commit is contained in:
Mathy 2015-01-15 13:45:16 -05:00
parent 629b4b9938
commit c7de046916

View File

@ -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 &