diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-06 01:10:45 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-06 01:10:45 -0800 |
commit | 9246001962aeac41ff72e677b2ce6bcb8551dcc2 (patch) | |
tree | 76c4e5810166c28282fcda42e71f0fc44b6fb08f /home | |
parent | a3d9d47410e80e18d3ac72cdee42cbc4d2e83e39 (diff) |
cfg, no c in getopts
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/cfg b/home/xyz/.local/bin/cfg index dea662ca..82e7ca94 100755 --- a/home/xyz/.local/bin/cfg +++ b/home/xyz/.local/bin/cfg @@ -1,6 +1,6 @@ #!/bin/sh -while getopts clsmM opt; do +while getopts lsmM opt; do case $opt in #c) # work_tree_dir="$HOME" |