diff options
| author | kkard2 <[email protected]> | 2023-07-09 11:45:23 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-09 11:51:07 +0200 |
| commit | 0d477e37a06bf9083f230c1b97ecdc81ce81fcc7 (patch) | |
| tree | e364373ffc1611092cbeb185ee22cbc38f366bae /_windows/startup.ps1 | |
| parent | f335ca400ddcd8f9da7d16f92f442c3c6d999b07 (diff) | |
move elevator configuration to this repo (this joke is very unfunny)
Diffstat (limited to '_windows/startup.ps1')
| -rw-r--r-- | _windows/startup.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
