diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-06 11:10:44 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-06 11:11:03 +0800 |
commit | fedb82a51dd9f1a9f3355f3fa1531f92df48a002 (patch) | |
tree | a2837c3989555d8d6b0a8f4e6332e60dbed36a19 | |
parent | 10cf31c10f7f2e5cb7aceb998ad6ffce554654dc (diff) |
Update s0 entry
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -451,7 +451,7 @@ _update_gists() { | |||
451 | [[ ! -s $fetched_records ]] && echo 'Not a single valid gist' && return 0 | 451 | [[ ! -s $fetched_records ]] && echo 'Not a single valid gist' && return 0 |
452 | sed -i'' -Ee "/^$mark/ d" $INDEX | 452 | sed -i'' -Ee "/^$mark/ d" $INDEX |
453 | 453 | ||
454 | extra="s0 True b0d2e7e67aa50298fdf8111ae7466b56 #bash,#gist NONE README.md@Markdown,gist@Shell 2 30 typebrook 2019-12-26T06:49:40Z 2020-05-15T13:00:31Z [bash-gist] A bash script for gist management" | 454 | extra='s0 True b0d2e7e67aa50298fdf8111ae7466b56 #bash,#gist 0316236-13154b2-768f3e5 README.md=Markdown,gist=Shell,test.bats=Shell 3 30 typebrook 2019-12-26T06:49:40Z 2021-05-05T09:42:00Z A bash script for gist management' |
455 | [[ $mark == s ]] && echo $extra >> $INDEX | 455 | [[ $mark == s ]] && echo $extra >> $INDEX |
456 | 456 | ||
457 | <$fetched_records tac | nl -s' ' \ | 457 | <$fetched_records tac | nl -s' ' \ |