mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 18:25:14 +00:00
Unlike "which", which is a separate executable not always installed by
default, "command -v" is a shell built-in available at least for bash,
dash, and busybox shell.
Unlike "which", "command -v" is also easier to grep for, and it is
already used in a few places here.
Inspired by commit
|
||
|---|---|---|
| .. | ||
| build | ||
| ci | ||
| nmk | ||
| criu-ns | ||
| fake-restore.sh | ||
| feature-tests.mak | ||
| fetch-clang-format.sh | ||
| flake8.cfg | ||
| github-indent-warnings.py | ||
| install-criu-image-streamer.sh | ||
| magic-gen.py | ||
| protobuf-gen.sh | ||
| ruff.toml | ||
| systemd-autofs-restart.sh | ||
| tmp-files.sh | ||
| uninstall_module.py | ||