From 77c5f0d98f8318c8ec99fee64591b0701e270224 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Dec 2023 15:02:08 +0800 Subject: tools(aio): move aio and related scripts. --- tools/aio/update-blog | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tools/aio/update-blog (limited to 'tools/aio/update-blog') diff --git a/tools/aio/update-blog b/tools/aio/update-blog new file mode 100755 index 0000000..e4a25ab --- /dev/null +++ b/tools/aio/update-blog @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +exec python3 "$(dirname "$0")/aio.py" update-blog "$@" -- cgit v1.2.3