1
0
mirror of https://github.com/voideditor/void.git synced 2025-03-15 22:30:45 +00:00
void/scripts/xterm-update.ps1

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
88 B
PowerShell
Raw Normal View History

2024-09-10 19:37:36 -07:00
$scriptPath = Join-Path $PSScriptRoot "xterm-update.js"
node $scriptPath (Get-Location)