index
:
dots
master
my dotfiles
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
share
/
bin
/
hide
blob: cb49be0e04b44ac48708d554ec6d3ebda9574006 (
plain
)
1
2
3
4
#!/bin/sh
for
file
in
"
$@
"
;
do
mv
"
$file
"
".
$file
"
done