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
08c1dcd2d7
dotfiles
/
.local
/
bin
/
scripts
/
own
4 lines
99 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# Take ownership of the given files recursively
sudo chown -R --preserve-root
$USER
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink