diff options
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/orgext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/orgext b/.local/bin/orgext index b424258a..a1eff247 100755 --- a/.local/bin/orgext +++ b/.local/bin/orgext @@ -1,6 +1,6 @@ #!/bin/sh # can improve by passing $@ to functions, but seems need bashism, or abandon functions -# maybe use $1 for getext and use getopts, maybe seperate getext as another script +# maybe use $1 for getext and use getopts, maybe seperate getext as another script, maybe add option for using ln instead of mv # references: # https://stackoverflow.com/questions/1842254/how-can-i-find-all-of-the-distinct-file-extensions-in-a-folder-hierarchy |