Advertisement
v1ral_ITS

cd ./; tar cf - . MOVE

Aug 6th, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. #!/bin/bash
  2. ####################################
  3. #                      #
  4. # START                #
  5. # g0ne_@p0stal <v1ral_ITS>         #
  6. # ImPerialTeKSolutions@outlook.com #
  7. #                  #   
  8. ####################################
  9. (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