Parent Directory
|
Revision Log
|
Revision Graph
- changed to bash script ; add CVS Header & Name - allows to specify (1rst arg, default='pgfile') the name of process-group file
1 | jmc | 1.2 | #! /usr/bin/env bash |
2 | # | ||
3 | # $Header: $ | ||
4 | # $Name: $ | ||
5 | |||
6 | if test $# = 0 ; then pgFile='pgfile' ; else pgFile=$1 ; fi | ||
7 | |||
8 | echo `hostname` 0 `pwd`/a.out.cg > $pgFile | ||
9 | echo `hostname` 1 `pwd`/a.out.fg >> $pgFile | ||
10 | echo `hostname` 1 `pwd`/a.out.fg >> $pgFile | ||
11 | echo `hostname` 1 `pwd`/a.out.fg >> $pgFile | ||
12 | echo `hostname` 1 `pwd`/a.out.fg >> $pgFile |
ViewVC Help | |
Powered by ViewVC 1.1.22 |