-
Notifications
You must be signed in to change notification settings - Fork 24
Configuration
CrazyDave edited this page Aug 15, 2017
·
2 revisions
The way the run.ps1 script (as well as prepare_Everything.ps1) work is following the following logic (and thus can be configured by renaming files)
- Find all sub-folders of folder where the script resides
- Search for all PS1 scripts in each of those folders
- Exclude files starting with "~"
- Sort by name
If the filename starts with "_"
execute it in the same context (i.e. helper functions)
Else
execute it in its own context