add details
This commit is contained in:
parent
d23ec4c9ba
commit
2ccb7476b6
1 changed files with 5 additions and 0 deletions
5
dot
5
dot
|
@ -73,6 +73,11 @@ run_crate() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo "# details:"
|
||||||
|
echo "# user: $USER ($UID)"
|
||||||
|
echo "# groups: $(groups)"
|
||||||
|
echo "# distro: $(curr_distro)"
|
||||||
|
|
||||||
if [ $# -eq 2 ]; then
|
if [ $# -eq 2 ]; then
|
||||||
[ -d crates/*$1 ] || exit 1
|
[ -d crates/*$1 ] || exit 1
|
||||||
cd crates/*$1
|
cd crates/*$1
|
||||||
|
|
Loading…
Reference in a new issue