Use an extensionless x script for non-Windows

This commit is contained in:
Josh Stone 2022-08-12 15:39:26 -07:00
parent f22819bcce
commit de8dedb0a5
6 changed files with 6 additions and 6 deletions

2
x.ps1
View file

@ -1,6 +1,6 @@
#!/usr/bin/env pwsh
# See x.sh for why these scripts exist.
# See ./x for why these scripts exist.
$xpy = Join-Path $PSScriptRoot x.py
# Start-Process for some reason splits arguments on spaces. (Isn't powershell supposed to be simpler than bash?)