linutil
linutil copied to clipboard
Use command_exists instead of command -v
Type of Change
- [x] Refactoring
Description
replaces command -v with command_exists
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [x] My changes generate no errors/warnings/merge conflicts.