|
@@ -13,6 +13,8 @@ if [ -f $new_hosts_file ]; then
|
|
|
printf "" > $new_hosts_file
|
|
|
fi
|
|
|
|
|
|
+export LC_ALL="C"
|
|
|
+
|
|
|
printf "\
|
|
|
## __ __ \r\n\
|
|
|
## |__| _____ __ __ ┌─────┐ | | __ \r\n\
|
|
@@ -30,6 +32,8 @@ printf "\
|
|
|
## +-------------------------------------------------------------------+\r\n\
|
|
|
" >> $new_hosts_file
|
|
|
|
|
|
+unset LC_ALL
|
|
|
+
|
|
|
printf "\r\n::1 localhost\r\n\r\n" >> $new_hosts_file
|
|
|
|
|
|
cat snippets/??_*.txt >> $new_hosts_file
|