From 47a3723632b82a0d3caf79dbe8ada1eae60dd976 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 25 Jul 2020 11:20:55 +0300 Subject: rename to cpt-extra --- repo/git/kiss-bump | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 repo/git/kiss-bump (limited to 'repo/git/kiss-bump') diff --git a/repo/git/kiss-bump b/repo/git/kiss-bump deleted file mode 100755 index e4b758f..0000000 --- a/repo/git/kiss-bump +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# Commit the current directory as a version bump - -case "$1" in --help|-h) printf '%s\n' "usage: ${0##*/}"; exit 0 ; esac - -read ver _ < version || { - printf '%s\n' "could not find version file, are you on a package directory?" - exit 1 -} - -git reset; git add . -git commit -m "${PWD##*/}: bump to $ver" -- cgit v1.2.3