Guest User

Untitled

a guest
Oct 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for i in "$@"; do
  4. echo $i
  5. done >> .gitignore
Add Comment
Please, Sign In to add comment