1
0
mirror of https://github.com/vanhoefm/fragattacks.git synced 2025-02-21 19:43:03 -05:00

6 lines
107 B
Plaintext
Raw Normal View History

#!/bin/sh
for i in minimal noeap full freebsd x86_64 gcc-cvs arm; do
./compile hostapd-config/$i $1
done