repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git]
/
slim-unicode
/
slim.sh
blob
a3fe889d01f960659fa262e834a036a6c13b171c
1
#!/bin/bash
2
3
if
[
-z
"
$LANG
"
];
then
4
5
if
[
-r
/
etc
/
profile.d
/
locale.sh
];
then
6
.
/
etc
/
profile.d
/
locale.sh
7
fi
8
9
if
[
-n
"
$LANG
"
];
then
10
export
LANG
11
fi
12
fi
13
14
exec
/
usr
/
shar
e
/
slim
/
bin
/
slim
"$@"