diff options
author | Camil Staps | 2021-08-31 16:26:57 +0200 |
---|---|---|
committer | Camil Staps | 2021-08-31 16:26:57 +0200 |
commit | b833807ae70538fb8dded927314132d2576531b2 (patch) | |
tree | b3561c14002b4cb8ee43a7129770cf726408f4bb /zenbook/bin/wifi-restart | |
parent | Add nir vim plugin (diff) |
Rename wifi-restart to network-restart; include ethernet
Diffstat (limited to 'zenbook/bin/wifi-restart')
-rwxr-xr-x | zenbook/bin/wifi-restart | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zenbook/bin/wifi-restart b/zenbook/bin/wifi-restart deleted file mode 100755 index e9537c6..0000000 --- a/zenbook/bin/wifi-restart +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -sudo ifdown wlp2s0 -sudo ifup wlp2s0 - |