summaryrefslogtreecommitdiff
path: root/urldecode.php
blob: 5d88b9bca865ad8b9fc82a45882dc087c69165a1 (plain)
1
2
3
4
5
6
#!/usr/bin/php -n
<?php
# Copyright (C) 2011, 2014 Luke Shumaker <lukeshu@sbcglobal.net>

$contents = file_get_contents('php://stdin');
echo urldecode($contents);