X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=home%2Fbin%2Fx;fp=home%2Fbin%2Fx;h=3961b853027567e88ceec3f99fba600bfc17c650;hp=16871145950f7d5b6c9e724260319da59ebcaafb;hb=4ac02602d43aa8df8a2c043d35da312eb27a08da;hpb=3452aeb7711351462e333efd9610fad5795472f4 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