diff options
author | xyz <gky44px1999@gmail.com> | 2022-04-27 01:46:23 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-04-27 01:46:23 -0700 |
commit | 4ad7039084d960311464127487b671028d171059 (patch) | |
tree | 3f3a68db5373bbad6cb52ea52ef909d3d12e511a /home | |
parent | 2c0b719205acffe7e49ddaab76c6f23ae4390ae8 (diff) |
f comment
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 |