Skip to content

Instantly share code, notes, and snippets.

@adrianiainlam
Created August 27, 2019 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianiainlam/427eba7c50a951e2c11642c7fc122650 to your computer and use it in GitHub Desktop.
Save adrianiainlam/427eba7c50a951e2c11642c7fc122650 to your computer and use it in GitHub Desktop.
HK/PRC government press release translator - fixes the gov's English mistakes
#!/bin/bash
sed -E 's/(R|r)ule of law/\1ule by law/g' "$@"
@adrianiainlam
Copy link
Author

Copyright © 2019 A.I. Lam
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

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