# sch-command **Repository Path**: schlibra/sch-command ## Basic Information - **Project Name**: sch-command - **Description**: 个人定制的快捷指令处理程序,用于节省操作步骤,通过一个指令执行一系列操作 - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-09 - **Last Updated**: 2023-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SCH快捷指令 ## 介绍 个人定制的快捷指令处理程序,用于节省操作步骤,通过一个指令执行一系列操作 ## 使用语言 C++ ## 获取源码 ```shell git clone https://gitee.com/schlibra/sch-command.git cd sch-command ``` ## 编译依赖 `gcc`、`cmake`、`make` ## 编译程序 ```shell mkdir build cd build cmake .. make ``` ## 将程序安装至系统 ```shell sudo make install ``` ## 使用方法 ```shell sch [operate] [arg] ``` 详细用法请参考[用法介绍](Usage.md)