This website requires JavaScript.
Explore
Help
Sign In
itdominator
/
SolarFM
Watch
1
Star
0
Fork
You've already forked SolarFM
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9d3a5b9f3b
SolarFM
/
debs
/
chown_all.sh
6 lines
78 B
Bash
Raw
Blame
History
#!/bin/bash
function
main
(
)
{
sudo chown -R
"
${
USER
}
"
:
"
${
USER
}
"
.
}
main
;
Reference in New Issue
View Git Blame
Copy Permalink