Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active September 7, 2017 16:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/0dd10a6d62fcd1d29437 to your computer and use it in GitHub Desktop.
Save obfusk/0dd10a6d62fcd1d29437 to your computer and use it in GitHub Desktop.
run w/ utf8 locale | OBSOLETE; see https://github.com/obfusk/dotfiles
#!/bin/bash
export LC_ALL=C.UTF-8 LANG=C.UTF-8 LANGUAGE=C.UTF-8
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment