diff options
author | xyz <gky44px1999@gmail.com> | 2022-05-09 15:45:35 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-05-09 15:45:35 -0700 |
commit | e365b07a8aacb163b314669cf52fd997639aebc2 (patch) | |
tree | f43497bafd563f3e5de07026f6ee071d17a6ac48 /home | |
parent | 66d83c256f53391d97e979519abfe70c4ab37387 (diff) |
refactor
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/loop | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/home/xyz/.local/bin/loop b/home/xyz/.local/bin/loop index ec63e721..ac3ea96b 100755 --- a/home/xyz/.local/bin/loop +++ b/home/xyz/.local/bin/loop @@ -1,7 +1,4 @@ #!/bin/sh -# my For loop -# I can't find good one character name :( -# maybe rename it to loop while getopts t: opt; do case $opt in |