From e767a82050c17c1d539f8a9f0398b108a9cacfd4 Mon Sep 17 00:00:00 2001 From: Jomar Milan Date: Mon, 11 Mar 2024 20:31:14 -0700 Subject: [PATCH] Fix quilt line length --- quilt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quilt b/quilt index b44d078..9bc147c 100755 --- a/quilt +++ b/quilt @@ -16,7 +16,7 @@ elif [[ $DIR == "Down" ]]; then RDIR=S fi -QC=$(head -n -1 $1 | tail -n 4 | awk 'BEGIN{FS=""; OFS=FS} {$32=""; $1=""; print}' | tr -d '\n') +QC=$(head -n -1 $1 | tail -n 5 | awk 'BEGIN{FS=""; OFS=FS} {$32=""; $1=""; print}' | tr -d '\n') RAW="$REL$RDIR$QC" echo "Quilt Tile:"