1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-03 02:42:36 +02:00

Fix indentation

This commit is contained in:
Victor Engmark
2018-11-17 07:05:10 +13:00
parent f56ff6ea82
commit d5a7cb5473

View File

@@ -1,7 +1,7 @@
commentChar="#"
while read p; do
firstChar=${p:0:1}
if [[ "$firstChar" != "$commentChar" && "$firstChar" != "" ]] ; then
while read p; do
firstChar=${p:0:1}
if [[ "$firstChar" != "$commentChar" && "$firstChar" != "" ]] ; then
echo -n $p | base64;
else
echo $p;