Prefix all terminal scripts with xterm

This commit is contained in:
Daniel Imms
2023-12-20 06:49:01 -08:00
parent aa4798b0d3
commit 1eded319c6
3 changed files with 1 additions and 1 deletions

View File

@@ -1 +0,0 @@
node $PSScriptRoot\update-xterm.js (Get-Location)

1
scripts/xterm-update.ps1 Normal file
View File

@@ -0,0 +1 @@
node $PSScriptRoot\xterm-update.js (Get-Location)