scripts/README.md

18 lines
438 B
Markdown
Raw Normal View History

2020-02-17 20:24:59 +00:00
Useful utility scripts.
2020-02-17 20:27:38 +00:00
## Install
2020-02-17 20:21:31 +00:00
`install.sh` -- install all files in `./src/` to install directory (`/usr/local/bin/`).
2020-02-17 20:24:59 +00:00
2020-02-17 20:21:31 +00:00
`install.sh -u` -- uninstall all files in `./src/` from install directory.
2020-02-17 20:27:38 +00:00
## Files
2020-02-17 20:36:54 +00:00
|Script|Comment|
|---|---|
|newsh "[command]"|Create executable `sh` script. Optionally add command.|
2020-02-17 20:33:54 +00:00
2020-02-17 20:39:51 +00:00
| 参数 | 类型 | 说明 | 是否必填 |
| :----: | :----: | :----: | :----: |
| code | string | 机构编码 | 是 |