Files
linux-workspace/bin/cs.sh
2022-01-30 16:11:23 +01:00

10 lines
122 B
Bash
Executable File

#!/bin/bash
# vim /etc/locale.gen
# locale-gen
export LANG="cs_CZ.UTF-8"
#export LC_ALL=$LANG
echo "LANG set to $LANG"