From 6d5185f936beba16a6deb909fc43ed0c6129d901 Mon Sep 17 00:00:00 2001 From: Matthew Owens Date: Wed, 5 Aug 2020 12:56:08 +0100 Subject: [PATCH] added network restart script --- netup | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 netup diff --git a/netup b/netup new file mode 100755 index 0000000..5bef447 --- /dev/null +++ b/netup @@ -0,0 +1,3 @@ +#!/bin/bash + +systemctl restart wpa_supplicant@wlp3s0 && systemctl restart dhcpcd@wlp3s0 -- 2.20.1