Changes between Version 3 and Version 4 of Tutorial/HowToAppPrototype
- Timestamp:
 - Jan 9, 2008, 7:43:06 PM (18 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Tutorial/HowToAppPrototype
v3 v4 44 44 defApplication('pingWrapper', 'pingApp') {|app| 45 45 46 app.shortDescription = "This is a simple wrapper application around tcpdump"46 app.shortDescription = "This is a simple wrapper application around ping" 47 47 app.path="/bin/ping" 48 48  
