Script to get all repositories

This commit is contained in:
Mathy 2015-01-15 13:24:46 -05:00
commit 629b4b9938

7
init.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
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 &
git clone -b research git@github.com:vanhoefm/modwifi-backports.git backports &
git clone -b master git@github.com:vanhoefm/modwifi-tools.git tools &
wait