3 lines
58 B
Bash
3 lines
58 B
Bash
#!/bin/sh
|
|
[ "$1" = @selection ] && set -- .
|
|
xdg-open "$1"
|
#!/bin/sh
|
|
[ "$1" = @selection ] && set -- .
|
|
xdg-open "$1"
|