From b4e2708c6f8cc2191c581aef404803478e65e678 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Sep 2014 16:47:55 -0300 Subject: Moved scripts to custom repos --- misc/wifi | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 misc/wifi (limited to 'misc/wifi') diff --git a/misc/wifi b/misc/wifi deleted file mode 100755 index 6a3a3b5..0000000 --- a/misc/wifi +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# -# Wifi initializer -# - -#DEVICE="ath0" -DEVICE="wlan0" - -if [ ! -z "$1" ]; then - read -sp "Enter the WPA passphrase: " PASS - echo "" - wpa_passphrase $1 $PASS -elif [ -f "wpa_supplicant.conf" ]; then - sudo wpa_supplicant -B -Dwext -i$DEVICE -cwpa_supplicant.conf - sudo dhclient $DEVICE -fi -- cgit v1.2.3