summaryrefslogtreecommitdiff
path: root/.local/bin/o
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-09-29 21:27:24 -0700
committerxyz <gky44px1999@gmail.com>2021-09-29 21:27:24 -0700
commite7a535dd8ad1b18289e2ab8168c7a5a73a647af1 (patch)
treee6d4038cc1c27c6da5398fd6d8a51f5652d8631b /.local/bin/o
parentce3cf8239255302cda4616bb482db062f8c75bfa (diff)
refactor
Diffstat (limited to '.local/bin/o')
-rwxr-xr-x.local/bin/o5
1 files changed, 0 insertions, 5 deletions
diff --git a/.local/bin/o b/.local/bin/o
index a12eee46..21464974 100755
--- a/.local/bin/o
+++ b/.local/bin/o
@@ -5,11 +5,6 @@
# https://serverfault.com/questions/117152/do-background-processes-get-a-sighup-when-logging-off
# https://wiki.archlinux.org/title/default_applications
-# 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