index
:
dotfiles-bsd
artix
master
My cool dotfiles for my BSD workstation
jozan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.local
/
bin
/
dmpc
blob: afec53fcbef04a7581117875409fa56b5bc5f9fe (
plain
)
1
2
3
4
5
6
7
8
9
10
#!/usr/local/bin/perl sub main { return; } main(); __END__