Files
linux-workspace/bin/cs.sh
2024-03-19 05:43:47 +01:00

10 lines
121 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"