Reorganise gists folder
This commit is contained in:
6
tools/urldecode.py
Executable file
6
tools/urldecode.py
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
from urllib.parse import unquote
|
||||
import html
|
||||
import sys
|
||||
url=' '.join(sys.argv[1:])
|
||||
print(html.unescape(unquote(url)))
|
||||
Reference in New Issue
Block a user