No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-sh / hello.sh
blobf0997b590c52c5b6a711ce25ae1e3662fd22bbd1
1 #!/bin/sh
2 # Example for use of GNU gettext.
3 # Copyright (C) 2003 Free Software Foundation, Inc.
4 # This file is in the public domain.
6 # Source code of the POSIX sh program.
8 . gettext.sh
10 TEXTDOMAIN=hello-sh
11 export TEXTDOMAIN
12 TEXTDOMAINDIR='@localedir@'
13 export TEXTDOMAINDIR
15 gettext "Hello, world!"; echo
17 pid=$$
18 eval_gettext "This program is running as process number \$pid."; echo