Skip to content

Instantly share code, notes, and snippets.

@Wintus
Created April 18, 2024 11:44
Show Gist options
  • Save Wintus/88631d35f53eab9943ff3937ef46d31b to your computer and use it in GitHub Desktop.
Save Wintus/88631d35f53eab9943ff3937ef46d31b to your computer and use it in GitHub Desktop.
Oneliners
ruby -r'uri' -lpe 'uri=URI.parse($_);(uri.query||uri.path).gsub!(/\.$/,"%2E");$_=uri.to_s'
@Wintus
Copy link
Author

Wintus commented Apr 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment