Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for FI in $( git ls-files '*google/__init__.py' ); do
  4. /bin/cp --force core/google/__init__.py $FI
  5. done
  6.  
  7. for FI in $( git ls-files '*google/cloud/__init__.py' ); do
  8. /bin/cp --force core/google/__init__.py $FI
  9. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement