mirror of
https://github.com/OliveTin/OliveTin
synced 2026-08-26 20:46:35 +00:00
Move the docs.olivetin.app AsciiDoc component into this repository, add local Antora playbooks for contributors and CI, and document the split between this repo and the docs build repository. Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
[#powershell]
|
|
= Powershell
|
|
|
|
:systemd: Easy
|
|
:container: Not possible
|
|
include::partial$action_examples/actionHeader.adoc[]
|
|
|
|
Powershell requires `pwsh` to execute commands.
|
|
|
|
[source,yaml]
|
|
.`config.yaml`
|
|
....
|
|
actions:
|
|
- title: Run Powershell Script:
|
|
shell: pwsh C:/Scripts/MyScript.ps1
|
|
....
|
|
|