about summary refs log tree commit diff
path: root/x
AgeCommit message (Collapse)AuthorLines
2023-10-14Make x capable of resolving symlinksonur-ozkan-3/+6
When bootstrapping from outside of the rust source, instead of calling 'x' from the absolute path (like /home/user/rust/x), we should be able to link 'x' from the rust source to binary paths so it can be used easily. Before this change, 'x' was not capable of finding 'x.py' when called from the linked file. Signed-off-by: onur-ozkan <work@onurozkan.dev>
2023-09-25quote argument to sh -nMaxHearnden-1/+1
This prevents glob expansion (*.py) and field splitting
2023-05-03check bootstrap scripts syntaxozkanonur-1/+4
Signed-off-by: ozkanonur <work@onurozkan.dev>
2022-10-31Add better python discoveryAlbert Larsan-0/+6
`x.ps1` and `x` will now search for python executables like `python3.9` and `python3.10.exe`
2022-08-12Use an extensionless `x` script for non-WindowsJosh Stone-0/+33