# bashutils **Repository Path**: williamsun/bashutils ## Basic Information - **Project Name**: bashutils - **Description**: Created from GitHub repo bashutils - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-18 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bashutils provide some useful bash utils ## 1. yum installer see `yuminstaller.sh`. ### function provide `yum install with version` . ### how to use use command `yuminstaller.sh -h` to find usage. ### about option use `-f` option to ignore old version already exists (allow version upgrade or override). ## 2. file template render see `render.sh`. ### function provide `file template render` . ### how to use TODO ## 3. check host_ip see `checkhostip.sh`. ### function check if the user-provided host_ip is valid. ### how to use use command `checkhostip.sh -h` to find usage. ### about option use the -l option to consider the loopback address as a valid host_ip.