From 4ac02602d43aa8df8a2c043d35da312eb27a08da Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 26 Apr 2023 12:25:46 -0400 Subject: [PATCH] Stay bellow 80 cols --- home/bin/x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bin/x b/home/bin/x index 1687114..3961b85 100755 --- a/home/bin/x +++ b/home/bin/x @@ -10,7 +10,7 @@ directory="$HOME/x/$timestamp--$name"; mkdir -p "$directory"; cd "$directory"; printf '%s\n' "$name" > "$README"; -seq 80 | xargs | sed -E 's/\s*[0-9]+\s*/=/g' >> "$README" +seq 79 | xargs | sed -E 's/\s*[0-9]+\s*/=/g' >> "$README" git init >&2 git commit --allow-empty -m 'Root commit' >&2 git add . >&2 -- 2.20.1