git.rcrnstn.net
browsing:
master
Branches
master
Files
Commits
Stats
Network
Graph
rcrnstn/dotfiles-xdg-utils
.local
bin
o
Raw
Blame
Patch Log
History
#!/bin/sh set -euC for file do xdg-open "$file" & done