diff options
author | Arianit Kukaj <arianit@hax.al> | 2025-05-26 20:43:31 +0000 |
---|---|---|
committer | Arianit Kukaj <arianit@hax.al> | 2025-05-26 20:43:31 +0000 |
commit | 2041ea36be5e346e923f7aadcbf48375ea70e725 (patch) | |
tree | 307093cdd2471a97f99b111663cc851b159069f3 /Download and put it directley to script.md | |
download | Mikrotik Bulk-2041ea36be5e346e923f7aadcbf48375ea70e725.tar.gz Mikrotik Bulk-2041ea36be5e346e923f7aadcbf48375ea70e725.zip |
.
Diffstat (limited to '')
-rw-r--r-- | Download and put it directley to script.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Download and put it directley to script.md b/Download and put it directley to script.md new file mode 100644 index 0000000..1154891 --- /dev/null +++ b/Download and put it directley to script.md @@ -0,0 +1,8 @@ +:do { /system script add name=dedo1 source=([ /tool fetch url="http://url/dedo1.rsc" output=user as-value ]->"data"); } on-error={ :put "Failed to download/import script"; } + + + +How to run script: + +/system script run dedo1; + |