File: exec.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 (36 lines) | stat: -rw-r--r-- 474 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
35
36
;;;
;;;  system:exec - Executing external commands
;;; 
;;;  Copyright (c) 2001-2003, Denis Barbier, All Rights Reserved. 
;;;

<load module="system:exec" />

##EOF##
__END__

=head1 NAME

system:exec - Executing external commands

=head1 SYNOPSIS

 <use name="system:exec" />

 <exec type="...">... some commands ...</exec>

=head1 DESCRIPTION

To be done :(

=head1 EXAMPLE

  <exec type="sh">uname -a</exec>

=head1 AUTHOR

 Denis Barbier
 barbier@engelschall.com

=cut