Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- ####################################
- # #
- # START #
- # g0ne_@p0stal <v1ral_ITS> #
- # ImPerialTeKSolutions@outlook.com #
- # #
- ####################################
- (cd "$(zenity --title "Source Directory" --text "Directory: " --entry --width=500 --height=100 )"; tar cf - .) | (cd "$(zenity --title "Destination Directory" --text "Destination: " --entry --width=500 --height=100 )"; tar xpf -)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement