Skip to content

Instantly share code, notes, and snippets.

@VincentChalnot
Created June 1, 2017 09:43
Show Gist options
  • Save VincentChalnot/ea4ead804bdf25b6f46585ce86772557 to your computer and use it in GitHub Desktop.
Save VincentChalnot/ea4ead804bdf25b6f46585ce86772557 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
ROOT=$(dirname $0) # The directory of the script
cd $ROOT/.. # Cd to proper directory
export LC_ALL=fr_FR.UTF-8
export LANG=fr_FR.UTF-8
export LANGUAGE=fr_FR
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment