Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/sh
  2. filename=$1
  3. cat ${filename} | while read line
  4. do
  5. echo `python -c "import sys, urllib as ul; print ul.unquote_plus('${line}')"`
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement