From 3c91e6046b791664a6e7a0fdc41d369df0ee204a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 14 Feb 2025 16:16:18 +0100 Subject: build(scripts/cprh): Remove This has been superseded by my `stamp` script. --- scripts/cprh.sh | 67 --------------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100755 scripts/cprh.sh (limited to 'scripts/cprh.sh') diff --git a/scripts/cprh.sh b/scripts/cprh.sh deleted file mode 100755 index 96c85f9..0000000 --- a/scripts/cprh.sh +++ /dev/null @@ -1,67 +0,0 @@ -#! /usr/bin/env sh - -# yt - A fully featured command line YouTube client -# -# Copyright (C) 2024 Benedikt Peetz -# SPDX-License-Identifier: GPL-3.0-or-later -# -# This file is part of Yt. -# -# You should have received a copy of the License along with this program. -# If not, see . - -die() { - echo "$@" 1>&2 - exit 1 -} - -help() { - cat <&2 - exit 1 - ;; - esac -done - -user_name="$1" -[ -z "$user_name" ] && die "No NAME set! See --help for more" - -user_email="$2" -[ -z "$user_email" ] && die "No EMAIL set! See --help for more" -shift 2 - -styleOne="" -styleTwo="" -[ "$COMMENT_STYLE" ] && styleOne="--style" && styleTwo="$COMMENT_STYLE" - -# The styleTwo must be unquoted to avoid adding empty args to reuse -# shellcheck disable=2086 -reuse annotate --copyright "$user_name <$user_email>" --copyright-prefix string-c --template default --multi-line $styleOne $styleTwo -- cgit 1.4.1