diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-20 19:02:27 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-20 19:02:27 -0700 |
commit | a071bc5094807b3e7f6b294a1bc52cb23784aeb4 (patch) | |
tree | fffd2f76ff2b4a0199294884884fc9808cd56cb9 /home/xyz/.local | |
parent | c56c1c6d5933856aa3c26e37aea023554acd53ce (diff) |
refactor
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/gita | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/gita b/home/xyz/.local/bin/gita index 13360d0e..8d7e7f2a 100755 --- a/home/xyz/.local/bin/gita +++ b/home/xyz/.local/bin/gita @@ -1,7 +1,7 @@ #!/bin/sh # note message string must come after options -cmd='git' +cmd=git while getopts cls f; do case $f in |