Add files

This commit is contained in:
2020-11-24 02:35:29 -06:00
parent 49f8aba5b6
commit 8d282f06fa
8 changed files with 211 additions and 0 deletions

4
nixopen Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
[ "$(uname -s)" = "Darwin" ] && prog="open" || prog="xdg-open"
$prog "$@"