forked from trothr/znetboot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwget.exec
More file actions
16 lines (13 loc) · 722 Bytes
/
wget.exec
File metadata and controls
16 lines (13 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* *
* *
* Name: <various> EXEC *
* Date: 2006-May-23 (Monday) *
* This program is part of the CMS Make package. *
* There's not much to the command this supports *
* other than to drive the pipeline of the same name. *
* *
* */
Parse Arg args
Parse Source . . . . . arg0 .
'pipe' arg0 args
Exit rc