From dc54a69b7552d8d44adf25b8009992c4a2b395be Mon Sep 17 00:00:00 2001 From: steering7253 Date: Mon, 18 May 2026 01:25:46 -0600 Subject: init --- description | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 description (limited to 'description') diff --git a/description b/description new file mode 100755 index 0000000..42c7c7e --- /dev/null +++ b/description @@ -0,0 +1,10 @@ +#!/bin/bash +# Change the description of a repo. + +if [[ $1 == *..* ]]; then + echo "No .." >&2 + exit 1 +fi + +echo "Enter the new description and then EOF (^D)" +cat >"$HOME/$1.git/description" -- cgit v1.3.1-10-gc9f91