#!/bin/bash

tar -zvxf stack.tar.gz
tar -zvxf rtl8185.tar.gz
cd ieee80211
make clean
make
cd ../rtl8185
make clean
make
cd ../
