Skip to content

Instantly share code, notes, and snippets.

@meatyite
meatyite / genhosts.bat
Last active October 7, 2020 08:54
EasyListHebrew-Hosts
@echo off
echo Make sure your system has Python 3 is installed and added to the path variable.
echo If you have it installed, press Enter to continue. If not, see https://www.python.org/downloads/windows/
pause
py genhosts.py EasyListHebrew.txt > hosts.txt
pause