Added sleep <Integer> to batch commands

This commit is contained in:
Ross Scroggs
2024-02-03 17:33:36 -08:00
parent 6ed3f8ebfc
commit 566a0c0345
7 changed files with 40 additions and 8 deletions

View File

@@ -2,6 +2,14 @@
Merged GAM-Team version
6.67.36
Updated `gam batch <BatchContent>` and `gam tbatch <BatchContent>` commands to accept lines with the following form:
```
sleep <Integer>
```
Batch processing will suspend for `<Integer>` seconds before the next command line is processed.
6.67.35
Added the following options to `<PermissionMatch>` that allow more powerful matching.