summaryrefslogtreecommitdiff
path: root/dotfiles/system/.local/bin/bsdnet_bounce
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.local/bin/bsdnet_bounce')
-rwxr-xr-xdotfiles/system/.local/bin/bsdnet_bounce6
1 files changed, 0 insertions, 6 deletions
diff --git a/dotfiles/system/.local/bin/bsdnet_bounce b/dotfiles/system/.local/bin/bsdnet_bounce
deleted file mode 100755
index e4eec08..0000000
--- a/dotfiles/system/.local/bin/bsdnet_bounce
+++ /dev/null
@@ -1,6 +0,0 @@
-if [ $(id -u) -eq 0 ]
-then
- service netif restart && service routing restart
-else
- echo "You must be root to run this script"
-fi