Advertisement
Guest User

Untitled

a guest
Jul 27th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. # This is the cargo backend
  3.  
  4. "${0%/*}/${real_download_method}" "${@}" -o temp_archive
  5.  
  6. # Tweak the archive
  7. tar xzf temp_archive to temp_dir
  8. cd temp_dir
  9. cargo vendor all the world --pleascd ..
  10. tar cf final_archive temp_dir
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement