mirror of
https://github.com/vanhoefm/modwifi.git
synced 2024-12-18 21:37:50 +00:00
Script to get all repositories
This commit is contained in:
commit
629b4b9938
7
init.sh
Executable file
7
init.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user