.local/bin/o
4042e631
 #!/bin/sh
 set -euC
 
 for file
 do
   xdg-open "$file" &
 done