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

9 lines
111 B
Bash

#!/bin/bash
cat > /etc/profile << "EOF"
# Begin /etc/profile
export LANG=en_IN.UTF-8
# End /etc/profile
EOF