updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / slim-unicode / slim.sh
bloba3fe889d01f960659fa262e834a036a6c13b171c
1 #!/bin/bash
3 if [ -z "$LANG" ]; then
5 if [ -r /etc/profile.d/locale.sh ]; then
6 . /etc/profile.d/locale.sh
7 fi
9 if [ -n "$LANG" ]; then
10 export LANG
14 exec /usr/share/slim/bin/slim "$@"