aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-01 14:01:43 +0800
committercrupest <crupest@outlook.com>2022-12-01 14:01:43 +0800
commit0cab6fc2f6e5f9c46b85c504c328d761fb93b9c4 (patch)
treea2cb466a82ceff606094733c6e02d7a41d48ddc1
parentdda59d8fe5cadcd0d41086ea343718b01d82a37c (diff)
downloadcrupest-0cab6fc2f6e5f9c46b85c504c328d761fb93b9c4.tar.gz
crupest-0cab6fc2f6e5f9c46b85c504c328d761fb93b9c4.tar.bz2
crupest-0cab6fc2f6e5f9c46b85c504c328d761fb93b9c4.zip
Add update-blog shortcut.
-rwxr-xr-xupdate-blog2
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 "$@"