summaryrefslogtreecommitdiff
path: root/.github/workflows/system_shortcut_check.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/system_shortcut_check.ps1')
-rw-r--r--.github/workflows/system_shortcut_check.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/system_shortcut_check.ps1 b/.github/workflows/system_shortcut_check.ps1
new file mode 100644
index 0000000000..03b3a236f1
--- /dev/null
+++ b/.github/workflows/system_shortcut_check.ps1
@@ -0,0 +1,4 @@
+param ($systemFolder, $shortcut)
+
+$start = [System.Environment]::GetFolderPath("$systemFolder")
+Invoke-Item "$start\Programs\Spack\$shortcut"