add shebang to all .ps1
[webi-installers/.git] / _webi / bootstrap.ps1
index f4f1a091606defff3e51887d8e76a6775b637510..18b0bf87b30e5e1275c58a0c32fc24ad3a8aaaf1 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/env pwsh
+
 # If a command returns an error, halt the script.
 $ErrorActionPreference = 'Stop'