Created
January 17, 2023 00:24
-
-
Save kangarie/7985447440ef6d79a9d6cfba66ed314f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:foreach i in=[/system scheduler find] do={ | |
:local nama [/system scheduler get $i name] | |
:local duplikat "dup_$nama" | |
/system scheduler add copy-from=$nama name=$duplikat | |
/system scheduler remove [find name=$nama] | |
/system scheduler set [find name=$duplikat] name=$nama | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment