File: hello

package info (click to toggle)
debmake-doc 1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,840 kB
  • sloc: makefile: 914; sh: 692; python: 202; ansic: 114; sed: 16
file content (12 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e
TEXTDOMAIN="debhello"
export TEXTDOMAIN
TEXTDOMAINDIR="/usr/share/locale/"
export TEXTDOMAINDIR
# This is internationalized with gettext
. gettext.sh
eval_gettext "Hello from the shell!"
echo ""
echo ""
eval_gettext "Type Enter to exit this program: "
read X