diff options
author | Christian Hesse <mail@eworm.de> | 2018-07-05 15:29:26 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-07-05 15:34:08 +0200 |
commit | e1f134ead584c7b2e9ed406f5520d7f1a23294aa (patch) | |
tree | 929660280fb0acc183401d7e59a40f1cd7e8992c /script2script | |
parent | 1d99dc38ff1f583d6e46adc5d1ba3455114d53c1 (diff) |
add scripts
Diffstat (limited to 'script2script')
-rw-r--r-- | script2script | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/script2script b/script2script new file mode 100644 index 0000000..dc4c5d8 --- /dev/null +++ b/script2script @@ -0,0 +1,6 @@ +# RouterOS script: script2script +# Copyright (c) 2013-2018 Christian Hesse <mail@eworm.de> +# +# change owner to "script" + +/ system script set owner=script [ find where owner!="script" ]; |