Page History
...
- Download the sample workflow (.json upload): jdDailyReport.workflow.json
For use with Unix environments you can use the sample workflow, however, you have to replace the first line of each job to make use of a Unix shebang.
Code Block language bash title Shebang for PowerShell Job with Unix #!/usr/bin/env pwsh
Explanation:
- Use of a shebang allows to invoke the
pwsh
PowerShell executable.
- Use of a shebang allows to invoke the
...
Overview
Content Tools