summaryrefslogtreecommitdiff
path: root/index.md.do
diff options
context:
space:
mode:
Diffstat (limited to 'index.md.do')
-rw-r--r--index.md.do1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.md.do b/index.md.do
index 02c10af..3491ce9 100644
--- a/index.md.do
+++ b/index.md.do
@@ -1,4 +1,5 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2
2LISTS=() 3LISTS=()
3while read -r -d $'\0'; do 4while read -r -d $'\0'; do
4 LISTS+=("$REPLY") 5 LISTS+=("$REPLY")