From 0d477e37a06bf9083f230c1b97ecdc81ce81fcc7 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sun, 9 Jul 2023 11:45:23 +0200 Subject: move elevator configuration to this repo (this joke is very unfunny) --- _windows/startup.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _windows/startup.ps1 (limited to '_windows/startup.ps1') diff --git a/_windows/startup.ps1 b/_windows/startup.ps1 new file mode 100644 index 0000000..7c8d4f4 --- /dev/null +++ b/_windows/startup.ps1 @@ -0,0 +1,3 @@ +Push-Location $PSScriptRoot +.\ahk\run.ps1 +Pop-Location -- cgit v1.3.1