From 30d18b8b0ecdbc150c6956f0fec303a2119a4aa4 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 12 Feb 2022 19:15:59 +0100 Subject: [PATCH] shebang --- install_restic_scheduledtask.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/install_restic_scheduledtask.ps1 b/install_restic_scheduledtask.ps1 index dcc7d07..920e8e0 100644 --- a/install_restic_scheduledtask.ps1 +++ b/install_restic_scheduledtask.ps1 @@ -1,3 +1,4 @@ +#!/usr/bin/env pwsh # Install restic scheduled tasks. # Test run the installed actions by opening the app "Task Scheduler" and go to "Task Scheduler Library" and right clicking on the new tasks > run. # Reference: https://blogs.technet.microsoft.com/heyscriptingguy/2015/01/13/use-powershell-to-create-scheduled-tasks/