Skip to content

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)

  1. Searching for all subdirectories of directory where the script resides
  2. Search for all PS1 scripts in each of those files
  3. Exclude files starting with "~"
  4. 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

Clone this wiki locally