diff options
Diffstat (limited to 'home/xyz/.local/bin')
-rwxr-xr-x | home/xyz/.local/bin/f | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/f b/home/xyz/.local/bin/f index 9c87b9ff..7922582a 100755 --- a/home/xyz/.local/bin/f +++ b/home/xyz/.local/bin/f @@ -1,6 +1,7 @@ #!/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 |