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