From 4be0069989cfc943df0e8326f3fc25e04b98da0b Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Fri, 1 Jan 2021 06:00:51 +0100 Subject: [PATCH] + grid on main; also first commit in 2021 --- webroot/yt/index.shs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webroot/yt/index.shs b/webroot/yt/index.shs index 06adea2..7e81600 100755 --- a/webroot/yt/index.shs +++ b/webroot/yt/index.shs @@ -8,6 +8,8 @@ echo "

All user's favourites:

" +echo "
" + IFS=$'\n' for i in $(tac storage/faves); do IFS=':' @@ -17,3 +19,5 @@ for i in $(tac storage/faves); do fi echo "

${array[@]:2:999}

Favourited by ${array[0]}
"; done + +echo "
"