Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 266 Bytes

File metadata and controls

21 lines (13 loc) · 266 Bytes

copymacro

creates a new macro based on a previous one.

usage

copymacro <source> <newname>

notes

two macros can't have the same name.

example(s)

copymacro macro1 macro2

this copies the macro "macro1" to a new macro called "macro2".