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.py
View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Some systems don't have `python3` in their PATH. This isn't supported by x.py directly;
# they should use `x.sh` or `x.ps1` instead.
# they should use `x` or `x.ps1` instead.
# This file is only a "symlink" to bootstrap.py, all logic should go there.