summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.mail.sieve (renamed from mail.sieve)0
-rwxr-xr-xbin/facebook7
2 files changed, 0 insertions, 7 deletions
diff --git a/mail.sieve b/.mail.sieve
index d7dd982..d7dd982 100644
--- a/mail.sieve
+++ b/.mail.sieve
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