1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

squash commit

This commit is contained in:
Ulrich Hornung 2024-02-03 17:08:39 +01:00
parent b485a480cf
commit 93d922f075
No known key found for this signature in database
GPG key ID: 64EA3BAAF1BC0603
5 changed files with 483 additions and 133 deletions

View 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