Changeset 2734

Show
Ignore:
Timestamp:
07/13/08 18:00:29 (4 months ago)
Author:
dhozac
Message:

Teach vprocunhide about --write.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/vprocunhide

    r2011 r2734  
    7777        (!*)    params=(                 --hide ); filename=${filename#!};; 
    7878        (+*)    params=(                --!hide ); filename=${filename#+};; 
     79        (>*)    params=(                        --write ); filename=${filename#>};; 
    7980        (*)     params=(                --!hide );; 
    8081    esac