This commit is contained in:
Josh Holtrop 2018-01-14 16:18:46 -05:00
parent cbcafb1f78
commit 35dc735f83

4
o Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
for f in "$@"; do
xdg-open "$f"
done