From a8b504f7f99f49420458a0e52bb8a4de0600b58e Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 9 Jan 2024 15:15:54 +0000 Subject: move to fsh --- home/xyz/.local/bin/gita | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 home/xyz/.local/bin/gita (limited to 'home/xyz/.local/bin/gita') diff --git a/home/xyz/.local/bin/gita b/home/xyz/.local/bin/gita deleted file mode 100755 index ee003061..00000000 --- a/home/xyz/.local/bin/gita +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# note message string must come after options - -cmd=git - -while getopts ls f; do - case $f in - l|s) cmd="cfg -$f";; - \?) exit 1;; - esac -done -shift $((OPTIND-1)) - -mes="${1:-update}" - -$cmd commit --all -m "$mes" -$cmd push -- cgit v1.2.3-70-g09d2