comparison bin/fixurl @ 0:2aa53823fb21

new repo
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 06 Jun 2026 10:19:04 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:2aa53823fb21
1 #!/bin/sh
2 echo "$1" | sed 's/^.*url=//;s/%2F/\//g;s/%3A/:/;s/%2E/./g;s/%3F/?/;s/%3D/=/g;s/%20/ /g'
3