diff options
author | crupest <crupest@outlook.com> | 2022-12-01 14:01:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-01 14:01:43 +0800 |
commit | deec779f709b7a8bc09726168f5e9a718a331c7d (patch) | |
tree | a2cb466a82ceff606094733c6e02d7a41d48ddc1 | |
parent | 51a27e2b448b74859a1787f706bb6e3190b95ac0 (diff) | |
download | crupest-deec779f709b7a8bc09726168f5e9a718a331c7d.tar.gz crupest-deec779f709b7a8bc09726168f5e9a718a331c7d.tar.bz2 crupest-deec779f709b7a8bc09726168f5e9a718a331c7d.zip |
Add update-blog shortcut.
-rwxr-xr-x | update-blog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update-blog b/update-blog new file mode 100755 index 0000000..ecaf761 --- /dev/null +++ b/update-blog @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +exec python3 "$(dirname "$0")/tool/aio.py" update-blog "$@" |