#!/bin/bash ### BEX prolog ### set -e export LANG= export LANGUAGE=en export LC_CTYPE=en_US.UTF-8 export LC_NUMERIC=POSIX export LC_TIME=POSIX export LC_COLLATE=POSIX export LC_MONETARY=POSIX export LC_MESSAGES=POSIX export LC_PAPER=POSIX export LC_NAME=POSIX export LC_ADDRESS=POSIX export LC_TELEPHONE=POSIX export LC_MEASUREMENT=POSIX export LC_IDENTIFICATION=POSIX export LC_ALL= ### Job body ###