Skip to content

Instantly share code, notes, and snippets.

@kangarie
Created January 17, 2023 00:24
Show Gist options
  • Save kangarie/7985447440ef6d79a9d6cfba66ed314f to your computer and use it in GitHub Desktop.
Save kangarie/7985447440ef6d79a9d6cfba66ed314f to your computer and use it in GitHub Desktop.
: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