files/o
2018-01-14 16:18:46 -05:00

5 lines
49 B
Bash
Executable File

#!/bin/sh
for f in "$@"; do
xdg-open "$f"
done