21 lines
398 B
Markdown
21 lines
398 B
Markdown
|
# 原创
|
|||
|
: GitHub短网址服务
|
|||
|
|
|||
|
# GitHub短网址服务
|
|||
|
|
|||
|
## 示例
|
|||
|
|
|||
|
## 自定义git.io后缀
|
|||
|
|
|||
|
脚本:[https://raw.githubusercontent.com/ds19991999/shell.sh/shell/shortgit.sh](https://raw.githubusercontent.com/ds19991999/shell.sh/shell/shortgit.sh)
|
|||
|
|
|||
|
用法:
|
|||
|
|
|||
|
```
|
|||
|
# shortcode为自定义的后缀
|
|||
|
bash shortgit.sh url shortcode
|
|||
|
# 一般用法,随机生成短链
|
|||
|
bash shortgit.sh url
|
|||
|
|
|||
|
```
|