Guest User

Untitled

a guest
May 20th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #!/bin/bash
  2. value="$(perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$1")"
  3. echo $value
  4. exit
Add Comment
Please, Sign In to add comment