File: script

package info (click to toggle)
lintian 2.116.3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 70,064 kB
  • sloc: perl: 45,548; javascript: 9,151; makefile: 4,021; sh: 2,825; ansic: 696; xml: 409; python: 74; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (20 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

set -e

echo "Aloha"

exit 0

=head1 NAME

script -- prints Aloha to stdout

=head1 SYNOPSIS

 script

=head1 DESCRIPTION

Prints Aloha to stdout and that is it.