mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 16:58:41 -05:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
for i in minimal noeap full freebsd x86_64 gcc-cvs arm; do
|
||
|
./compile hostapd-config/$i $1
|
||
|
done
|