This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d1f5cf4b79
dotfiles
/
.local
/
bin
/
bak
3 lines
85 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
test
-f
"
$1
.bak
"
&&
(
mv
"
$1
"
/tmp
&&
mv
"
$1
.bak
"
"
$1
"
)
||
mv
"
$1
"
"
$1
.bak
"
Reference in New Issue
View Git Blame
Copy Permalink