diff options
Diffstat (limited to 'home')
-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 |