10 lines
135 B
ObjectPascal
10 lines
135 B
ObjectPascal
|
# This is a description for my plan
|
||
|
plan adhoc::myplan(
|
||
|
# input parameters go here
|
||
|
TargetSpec $targets,
|
||
|
) {
|
||
|
|
||
|
# plan steps go here
|
||
|
|
||
|
}
|