lfs-scripts/scripts/chapter9/9.7-shell-startup.sh

10 lines
111 B
Bash
Raw Permalink Normal View History

2023-01-14 16:21:13 +00:00
#!/bin/bash
cat > /etc/profile << "EOF"
# Begin /etc/profile
export LANG=en_IN.UTF-8
# End /etc/profile
EOF