csdn_spider/blog/ds19991999/原创-- GitHub短网址服务.md

21 lines
398 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 原创
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
```