f508f210f9
Provide navctl.py with a numbered menu, persist install path in config, and support curl bootstrap without pre-cloning the repo. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
118 B
PowerShell
4 lines
118 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
Set-Location (Split-Path -Parent $MyInvocation.MyCommand.Path)
|
|
python navctl.py @args
|