diff options
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/f | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/f b/home/xyz/.local/bin/f index 575f0a28..9c87b9ff 100755 --- a/home/xyz/.local/bin/f +++ b/home/xyz/.local/bin/f @@ -1,4 +1,6 @@ #!/bin/sh +# my For loop +# I can't find good one character name :( while getopts t: opt; do case $opt in |