File: sh.src

package info (click to toggle)
mp4h 1.3.1-17.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,920 kB
  • sloc: ansic: 22,099; sh: 8,204; makefile: 616; yacc: 318
file content (34 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
;;;
;;;  system:sh - Executing Shell commands
;;; 
;;;  Copyright (c) 2001-2003, Denis Barbier, All Rights Reserved. 
;;;

<load module="system:sh" />

##EOF##
__END__

=head1 NAME

system:sh - Executing Shell commands

=head1 SYNOPSIS

 <use name="system:sh" />

 <sh>... some shell commands ...</sh>

=head1 DESCRIPTION

To be done :(

  <sh>uname -a</sh>

=head1 AUTHOR

 Denis Barbier
 barbier@engelschall.com

=cut