mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
7 lines
125 B
Groff
7 lines
125 B
Groff
|
#!/bin/sh
|
||
|
|
||
|
# freebsd gcc-cvs
|
||
|
for i in minimal-0.4 noeap-0.4 full-0.4 x86_64 arm-0.4; do
|
||
|
./compile hostapd-config/$i $1
|
||
|
done
|