diff --git a/hosts b/hosts index bc391be..4143bb9 100644 --- a/hosts +++ b/hosts @@ -1,2 +1,2 @@ -0.0.0.0 ifeelmyself.com -0.0.0.0 www.inoporn.net \ No newline at end of file +0.0.0.0 ifeelmyself.com +0.0.0.0 www.inoporn.net diff --git a/process.sh b/process.sh new file mode 100644 index 0000000..9307cbe --- /dev/null +++ b/process.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +#On remet les elements du fichier par ordre alphabetique +sort hosts > tmp + +#Remplacement du fichier hosts original +mv tmp hosts \ No newline at end of file