8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
PATH=<%= scope.lookupvar('base::path') %>
|
||
|
|
||
|
NAME=<%= name %>
|
||
|
DESC=<%= name %>
|
||
|
|
||
|
RETVAL=0
|