diff options
author | Florian Pritz <bluewind@xssn.at> | 2011-01-16 19:35:20 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2011-01-16 19:35:20 +0100 |
commit | a596ede1cff7a94a11f2ae9503972cc30fb429bc (patch) | |
tree | 293d598c090537bca8d785a28187063b0c545e34 /thunderbird | |
parent | 6605810da359b36f22ae3ee3f0a4ffa9eb1aa33d (diff) | |
download | bin-a596ede1cff7a94a11f2ae9503972cc30fb429bc.tar.gz bin-a596ede1cff7a94a11f2ae9503972cc30fb429bc.tar.xz |
add some nice scripts
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'thunderbird')
-rwxr-xr-x | thunderbird | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/thunderbird b/thunderbird new file mode 100755 index 0000000..6c7c6f9 --- /dev/null +++ b/thunderbird @@ -0,0 +1,3 @@ +#!/bin/dash +export LC_TIME=de_DE.utf8 +exec /usr/bin/thunderbird "$@" |