From 142628de91fb3620a08101da1abe17c12c7f0c32 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 13 Feb 2016 00:55:52 +0100 Subject: Delete unused script --- bin/facebook | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 bin/facebook (limited to 'bin') 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 -- cgit v1.2.3