hello,

i have dit rc.local with leafpad with this code

#!/bin/bash

echo "hello, HaVoK!"
echo " taking down wlan0"
ifconfig wlan0 down
sleep 3