feat: add x-open
This commit is contained in:
parent
cec93b201e
commit
8a76a57af2
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
case $(uname -r) in
|
||||
*microsoft*) powershell.exe -noprofile start-process "$@";;
|
||||
*microsoft*) powershell.exe -noprofile start-process "'$@'";;
|
||||
*) xdg-open "$@";;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue
Block a user