Changes between Version 15 and Version 16 of simple_client_user_guide_pl

Show
Ignore:
Timestamp:
03/09/12 00:08:36 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • simple_client_user_guide_pl

    v15 v16  
    4848 
    4949== Przykłady == 
     50{{{ 
     51#QCG name=date 
     52#QCG application=date 
     53#QCG candidate_host=reef.man.poznan.pl 
     54#QCG output=output 
     55}}} 
     56 
     57{{{ 
     58#!/bin/bash 
     59 
     60#QCG queue=plgrid 
     61#QCG persistant 
     62#QCG name=tar 
     63#QCG candidate_host=reef.man.poznan.pl 
     64#QCG output=output 
     65#QCG error=error 
     66 
     67#QCG stage-in-dir=inputs > inputs 
     68 
     69/bin/tar -czf output.tgz inputs/input.* 
     70 
     71#QCG stage-out-file=output.tgz > output.tgz 
     72}}} 
    5073= Planowane rozszerzenia: = 
    5174== Polecenia ==