diff options
| author | Tslil Clingman <hiato1@gmail.com> | 2015-02-01 23:03:05 +0200 |
|---|---|---|
| committer | Tslil Clingman <hiato1@gmail.com> | 2015-02-01 23:03:05 +0200 |
| commit | ce6884394a82f6b377ec1d659ce59be92fdf5f7c (patch) | |
| tree | c07aaf8d6571b145407c24d7b96d394a75d45dc2 /wls | |
| parent | 2a30d923196c135f5d02e56e3e840d2d1fb3140e (diff) | |
Changed to /usr/bin/env and added non-zsh modde to vcs
Diffstat (limited to 'wls')
| -rwxr-xr-x | wls | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env sh # Terribly written wireless network control script @@ -22,6 +22,6 @@ if [ ! -f "$dird/$ssid" ]; then fi; fi; -sudo wpa_supplicant -B -i wlp2s2 -c "$dird/$ssid" +sudo wpa_supplicant -B -D wext -i wlp2s2 -c "$dird/$ssid" sleep 3s sudo dhcpcd wlp2s2 |
