Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- cd $(yad --title "chown -r $(pwd)" --text "Choose Script Working Direcotry:" --entry --width 500 --height 50)
- sudo chown -R "$(echo $USER)" .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement