git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/issues
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-01-12 00:21:55 +0100
committermail_redacted_for_web 2025-01-12 00:21:55 +0100
commit46736fb4efe522231388f7cc45b1b58172e32e01 (patch)
treea7c878a250cbf00de3d9d5d4eca52853e6e22300 /issues
parent8b27f7e2427fc925bbe9b57c6c0ff7b6d96dbb49 (diff)
downloadetcissue-46736fb4efe522231388f7cc45b1b58172e32e01.tar.bz2
Include the issue.blank iterations in display demo
Diffstat (limited to 'issues')
-rwxr-xr-xissues/display2
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/display b/issues/display
index c04502e..6c16166 100755
--- a/issues/display
+++ b/issues/display
@@ -4,7 +4,7 @@ if [ -n "$1" ];then
if [ ! -e "$FARR" ];then FARR="$FARR.issue";fi
else
IFS=$'\n'
- FARR=( $(ls *.issue) )
+ FARR=( $(ls *.issue) "issue.blank.1" "issue.blank.2" )
unset IFS
fi
for i in "${FARR[@]}";do