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