diff options
author | typebrook <typebrook@gmail.com> | 2020-01-20 14:53:24 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-20 14:53:24 +0800 |
commit | 8caecdc29ca67758787cea00ad1f38206ffa170d (patch) | |
tree | e87af02ecd69a4474e1b7d9c7b302727ad129890 | |
parent | 1e42b2cf646587573916aaccc9c3d7d3a424b81e (diff) |
update
-rwxr-xr-x | scripts/gist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/gist b/scripts/gist index 763a32c..df7cb9c 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | # | 2 | # |
3 | # Author: Hsieh Chin Fan (typebrook) | 3 | # Author: Hsieh Chin Fan (typebrook) <typebrook@gmail.com> |
4 | # License: MIT | 4 | # License: MIT |
5 | # https://gist.github.com/typebrook/b0d2e7e67aa50298fdf8111ae7466b56 | 5 | # https://gist.github.com/typebrook/b0d2e7e67aa50298fdf8111ae7466b56 |
6 | # | 6 | # |
@@ -10,8 +10,8 @@ | |||
10 | # | 10 | # |
11 | # Use the following commands to manage your gists: | 11 | # Use the following commands to manage your gists: |
12 | # | 12 | # |
13 | # * update your gists list with Github API | 13 | # * update your gists list with Github API, star for starred gists |
14 | # gist [update | u] | 14 | # gist (update | u) [star | s] |
15 | # | 15 | # |
16 | # * list your gists with format: [number] [url] [file_num] [comment_num] [short description] | 16 | # * list your gists with format: [number] [url] [file_num] [comment_num] [short description] |
17 | # gist | 17 | # gist |