File: pexec.control

package info (click to toggle)
pexec 1.0~rc8-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 720 kB
  • sloc: ansic: 5,682; makefile: 256; sh: 16
file content (17 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: pexec
Version: 1.0rc8
Section: utils
Priority: optional
Architecture: __ARCH__
Depends: libc6 (>= 2.3.2)
Installed-Size: __INSTALLED_SIZE__
Maintainer: Andras Pal <apal@szofi.elte.hu>
Source: pexec
Description: pexec - simple utility for parallel shell command execution
 The program `pexec` executes parallely the given command or shell script 
 on the local host or on remote hosts, while some of the execution parameters, 
 namely the redirected standard input, output or error and environmental 
 variables can be varied. `pexec` features some additional functionality
 for implementing mutual exclusions and atomic command executions, as well
 as the program is also capable to run in hypervisor mode to control 
 system resources for concurrent tasks run in parallel.