removed fluff and adding test directory

This commit is contained in:
shockrahwow 2019-09-04 16:47:59 -07:00
parent e61bf60c1a
commit fd9e31e4ce
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*swp *swp
test/

1
wifi
View File

@ -48,7 +48,6 @@ __connect_config() {
if [ -z "$debug_kill" ] if [ -z "$debug_kill" ]
then then
__kill_old __kill_old
echo Seriously this is going to take a minute
wpa_supplicant -B -i wlp1s0 -c "$1" wpa_supplicant -B -i wlp1s0 -c "$1"
dhclient wlp1s0 dhclient wlp1s0
else else