Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. mkdir blank
  2. rsync -a --delete blank/ test/
  3.  
  4. mkdir ../.tmp_to_remove
  5. mv -- * ../.tmp_to_remove
  6. nohup rm -rf ../.tmp_to_remove &
Add Comment
Please, Sign In to add comment