rust/src/tools/x
Casey Rodarmor 5fc22f1431
Add a tool to run x.py from any subdirectory
This adds a binary called `x` in `src/tools/x`. All it does is check the
current directory and its ancestors for a file called `x.py`, and if it
finds one, runs it.

By installing x, you can easily `x.py` from any subdirectory.

It can be installed globally with `cargo install --path src/tools/x`
2020-11-03 19:40:02 -08:00
..
src Add a tool to run x.py from any subdirectory 2020-11-03 19:40:02 -08:00
Cargo.lock Add a tool to run x.py from any subdirectory 2020-11-03 19:40:02 -08:00
Cargo.toml Add a tool to run x.py from any subdirectory 2020-11-03 19:40:02 -08:00
README.md Add a tool to run x.py from any subdirectory 2020-11-03 19:40:02 -08:00

x

x invokes x.py from any subdirectory.