diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/o | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/o b/.local/bin/o index 9a08cd0b..a12eee46 100755 --- a/.local/bin/o +++ b/.local/bin/o @@ -8,6 +8,7 @@ # improve # if $1 is executable script filename in current dir and no ./ in front, use ./$1 ? # also consider if $1 is executable but is directory? +# consider directoy, using xdg-mime to get the application name, hope the application can open dir and use it to batch open them, maybe not use while to open them one by one # I don't care about errors, I don't want to handle errors, just shut up please. # nohup seems not necessary if don't care about daemon SIGHUP requirement |