refactor: remove comment

This commit is contained in:
curben 2019-05-28 10:33:07 +09:30
parent 0989ab3c91
commit 63442cd576
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cat ../src/URLhaus.txt | \
# Convert DOS to Unix line ending
dos2unix | \
# Remove comment
sed '/^#/ d' | \
sed 's/^#.*//g' | \
# Remove http(s)://
cut -f 3 -d '/' | \
# Remove port number