# MySysCommand **Repository Path**: CPLASF000000/my-sys-command ## Basic Information - **Project Name**: MySysCommand - **Description**: 我自己的系统命令 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-04 - **Last Updated**: 2023-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MySysCommand 我自己实现的Linux终端命令 ## msleep 休眠毫秒 ## usleep 休眠微秒 ## nsleep 休眠纳秒 ## 使用方法 编译运行步骤如下: ```bash cd [your MySysCommand path] ./rebuild.sh # 脚本运行后会提示 make is finished, do you want to install it?(y/n) y ``` 由于`rebuild.sh`是将可执行文件install到`/usr/local/bin`目录下的,如果无法使用命令,则要把该目录添加到环境变量里。