summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-07-01 15:21:02 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-07-02 19:43:37 -0700
commit27f6582115ac466e02c7926291fd6f0d6c7f7a3b (patch)
tree2d5ba7163cc89141671739bc7ce5ed0b79ab9a53 /home
parentba22b5dbadf0e76941162b30d29d9198c96b5767 (diff)
update
Diffstat (limited to 'home')
-rwxr-xr-xhome/xyz/.local/bin/o2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/o b/home/xyz/.local/bin/o
index d70a6d76..8fb066c7 100755
--- a/home/xyz/.local/bin/o
+++ b/home/xyz/.local/bin/o
@@ -13,6 +13,8 @@
# using `>&-` or `2>&-` doesn't completely close mpv's output when run sth. like `o mpv file.mkv`
# base on above observations, I choose to use `>/dev/null 2>&1` instead
+# need ; before } when it is in the same line as { ? https://www.shellcheck.net/wiki/SC1056
+
if [ $# -eq 1 ] && [ -e "$1" ] && { ! [ -x "$1" ] || [ -d "$1" ];}; then
case "$1" in
# libreoffice, please don't let firefox eat your shit