diff options
author | crupest <crupest@outlook.com> | 2023-12-11 15:02:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-03-25 22:25:21 +0800 |
commit | 77c5f0d98f8318c8ec99fee64591b0701e270224 (patch) | |
tree | 56d7f83e4d4d736890d8d3999379a459b5d96ccf /tools/aio/update-blog | |
parent | 52566293e75055513d397bf3ad64af969cd1f185 (diff) | |
download | crupest-77c5f0d98f8318c8ec99fee64591b0701e270224.tar.gz crupest-77c5f0d98f8318c8ec99fee64591b0701e270224.tar.bz2 crupest-77c5f0d98f8318c8ec99fee64591b0701e270224.zip |
tools(aio): move aio and related scripts.
Diffstat (limited to 'tools/aio/update-blog')
-rwxr-xr-x | tools/aio/update-blog | 2 |
1 files changed, 2 insertions, 0 deletions
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 "$@" |