This commit is contained in:
2018-10-31 10:06:43 +01:00
parent e121c6f6dd
commit b3ad46d98a
39 changed files with 1757 additions and 1116 deletions

4
test.sh Normal file
View File

@@ -0,0 +1,4 @@
while IFS='' read -r line || [[ -n "$line" ]]; do
ROW="$line"
echo "Text read from file: $ROW"
done < ../data/block_list.txt