added network restart script
authorMatthew Owens <matthew@owens.tech>
Wed, 5 Aug 2020 11:56:08 +0000 (12:56 +0100)
committerMatthew Owens <matthew@owens.tech>
Wed, 5 Aug 2020 11:56:08 +0000 (12:56 +0100)
netup [new file with mode: 0755]

diff --git a/netup b/netup
new file mode 100755 (executable)
index 0000000..5bef447
--- /dev/null
+++ b/netup
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+systemctl restart wpa_supplicant@wlp3s0 && systemctl restart dhcpcd@wlp3s0