Add scripts

This commit is contained in:
Krrish Ghimire
2020-09-26 11:22:21 +05:45
parent 0e0b1515b3
commit 33707b7244
5 changed files with 124 additions and 0 deletions

11
setlang Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
if [ "$1" = "np" ]
then
sudo echo "LANG=ne_NP.utf-8" > /etc/locale.conf
else
sudo echo "LANG=en_US.utf-8" > /etc/locale.conf
fi
unset LANG
source /etc/profile.d/locale.sh