diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-02-13 00:55:52 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-02-13 00:55:52 +0100 |
commit | 142628de91fb3620a08101da1abe17c12c7f0c32 (patch) | |
tree | 45b59264a10774401bc34ca02578038089a6fae3 | |
parent | 2c300e8341b1d00e3a48a76403a2ae489be40e31 (diff) |
Delete unused script
-rw-r--r-- | .mail.sieve (renamed from mail.sieve) | 0 | ||||
-rwxr-xr-x | bin/facebook | 7 |
2 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 |