mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
squash commit
This commit is contained in:
parent
b485a480cf
commit
93d922f075
5 changed files with 483 additions and 133 deletions
13
util/android-scripts/collect-info.sh
Normal file
13
util/android-scripts/collect-info.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# spell-checker:ignore nextest watchplus PIPESTATUS
|
||||
|
||||
echo "$HOME"
|
||||
PATH=$HOME/.cargo/bin:$PATH
|
||||
export PATH
|
||||
echo "$PATH"
|
||||
pwd
|
||||
command -v rustc && rustc -Vv
|
||||
ls -la ~/.cargo/bin
|
||||
cargo --list
|
||||
cargo nextest --version
|
Loading…
Add table
Add a link
Reference in a new issue