mirror of
https://github.com/microsoft/linux-vm-tools
synced 2025-08-29 21:48:19 +00:00
Calling bash is no longer needed. Also grep can search on files on its own. The return status of grep is usable with if and avoids calling test (or [ for that matter ).
Description
Languages
Shell
100%