git.rcrnstn.net
browsing:
4042e631b108398257feedb3efa83b1677c77bed
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