2021-02-27 15:01:45 +00:00
|
|
|
|
# 原创
|
|
|
|
|
: GitHub短网址服务
|
|
|
|
|
|
|
|
|
|
# GitHub短网址服务
|
|
|
|
|
|
2024-07-03 09:49:47 +00:00
|
|
|
|
### 示例
|
2021-02-27 15:01:45 +00:00
|
|
|
|
|
2024-07-03 09:49:47 +00:00
|
|
|
|
### 自定义git.io后缀
|
2021-02-27 15:01:45 +00:00
|
|
|
|
|
|
|
|
|
脚本:[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
|
|
|
|
|
|
|
|
|
|
```
|