23 lines
321 B
Text
23 lines
321 B
Text
|
--
|
||
|
*deb and rpm:*
|
||
|
|
||
|
["source","sh",subs="attributes"]
|
||
|
----
|
||
|
{beatname_lc} modules enable {modulename}
|
||
|
----
|
||
|
|
||
|
*mac:*
|
||
|
|
||
|
["source","sh",subs="attributes"]
|
||
|
----
|
||
|
./{beatname_lc} modules enable {modulename}
|
||
|
----
|
||
|
|
||
|
*win:*
|
||
|
|
||
|
["source","sh",subs="attributes"]
|
||
|
----
|
||
|
PS > .{backslash}{beatname_lc}.exe modules enable {modulename}
|
||
|
----
|
||
|
|
||
|
--
|