# realtime **Repository Path**: ipfgao/realtime ## Basic Information - **Project Name**: realtime - **Description**: 让一次性命令变成实时执行的的bash脚本。比如传入ifconfig、free、df等作为参数,可以实现在中终端实时监控网络信息、内存、硬盘情况 - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-15 - **Last Updated**: 2023-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # realtime #### 介绍 让一次性命令变成实时执行的的bash脚本。比如传入ifconfig、free、df等作为参数,可以实现在中终端实时监控网络信息、内存、硬盘情况 #### 使用说明 例如: ```shell ./realtime ifconfig ``` ```shell ./realtime df -h ```