coreutils/util/android-scripts/collect-info.sh
2024-02-03 17:08:39 +01:00

14 lines
223 B
Bash

#!/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