File: README

package info (click to toggle)
slpvm 0.1.5-11
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,072 kB
  • ctags: 254
  • sloc: sh: 2,624; ansic: 1,012; makefile: 154
file content (18 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
hello_master:

   An slsh script that sends a message to another task running on
   the PVM.

hello_slave:

   Used by "hello_master".

master: 
   
   An slsh script that runs a specified command multiple times on
   the PVM.  It uses the "slave" script do do this.

slave: 

   Used by "master".