From 5f0687a0f64fa9bb3cab42b6f9b639af49fb0a98 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 17 Oct 2021 00:22:47 -0700 Subject: add mods file --- .local/bin/gita | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.local/bin/gita') diff --git a/.local/bin/gita b/.local/bin/gita index c3d8520c..a3d0dbc9 100755 --- a/.local/bin/gita +++ b/.local/bin/gita @@ -3,11 +3,9 @@ cmd='git' -while getopts cls f; do +while getopts clLsS f; do case $f in - c) cmd='cfg -c';; - l) cmd='cfg -l';; - s) cmd='cfg -s';; + c|l|L|s|S) cmd="cfg -$f";; \?) exit 1;; esac done -- cgit v1.2.3-70-g09d2