Guest User

Untitled

a guest
Nov 3rd, 2017
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for file in /home/itstym/Desktop/email_database/*
  2. do
  3. echo $file
  4. while read in;
  5. do
  6. ./verify-email.py "$in";
  7. done < $file
  8. done
  9.  
Add Comment
Please, Sign In to add comment