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 /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 'update-blog')
-rwxr-xr-x | update-blog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/update-blog b/update-blog deleted file mode 100755 index ecaf761..0000000 --- a/update-blog +++ /dev/null @@ -1,2 +0,0 @@ -#! /usr/bin/env sh -exec python3 "$(dirname "$0")/tool/aio.py" update-blog "$@" |