summaryrefslogtreecommitdiff
path: root/bin/facebook
diff options
context:
space:
mode:
Diffstat (limited to 'bin/facebook')
-rwxr-xr-xbin/facebook7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/facebook b/bin/facebook
deleted file mode 100755
index 00ecdcc..0000000
--- a/bin/facebook
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/bash
-line="127.0.0.1 www.facebook.com"
-if grep -q "www.facebook.com" /etc/hosts; then
- zenity --password | sudo -S bash -c "sed -i '/www.facebook.com/d' /etc/hosts"
-else
- zenity --password | sudo -S bash -c "echo ${line} >> /etc/hosts"
-fi