Guest User

Untitled

a guest
Apr 1st, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. username=USERNAME&password=458871649ad64f39c81ba19be9829c58&dst=&popup=true
  2.  
  3. #!/bin/bash
  4. filename="$1"
  5. while read -r line
  6. do
  7. echo $line | md5sum
  8. done < "$filename"
Add Comment
Please, Sign In to add comment