Updated Scripts (markdown)

Pk11
2020-09-25 16:10:55 -05:00
parent dea19db472
commit 89a602c988
+1 -1
@@ -1,4 +1,4 @@
After the info section, you can have as many individual scripts in your file as you want. These need a name and all of the functions you want to run in the script, you can find info on all the functions you can use in the `Functions` section of the sidebar.
After the info section, you can have as many individual scripts in your file as you want. These need a name and all of the functions you want to run in the script. Functions are a `type` which tells Universal-Updater what to do, and all of the variables for that type. For info on functions see the pages under this in the sidebar.
Here is an example of a script file that will download a file and then delete it
```json