Author: mes Date: 2011-07-06 15:58:15 -0700 (Wed, 06 Jul 2011) New Revision: 26087
Added: core3/cy3/status Log: added a status command Added: core3/cy3/status =================================================================== --- core3/cy3/status (rev 0) +++ core3/cy3/status 2011-07-06 22:58:15 UTC (rev 26087) @@ -0,0 +1,2 @@ +#!/bin/bash +svn status | grep -vE "^\s*$|Performing|^X" Property changes on: core3/cy3/status ___________________________________________________________________ Added: svn:executable + * -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
