From 0cab6fc2f6e5f9c46b85c504c328d761fb93b9c4 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 1 Dec 2022 14:01:43 +0800 Subject: Add update-blog shortcut. --- update-blog | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 update-blog (limited to 'update-blog') 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 "$@" -- cgit v1.2.3