From: Siraaj Khandkar Date: Wed, 26 Apr 2023 16:25:46 +0000 (-0400) Subject: Stay bellow 80 cols X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=4ac02602d43aa8df8a2c043d35da312eb27a08da Stay bellow 80 cols --- 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