File: hello

package info (click to toggle)
debmake-doc 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,256 kB
  • sloc: sh: 674; makefile: 469; python: 146; ansic: 114; sed: 16
file content (12 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (5)
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