diff options
-rwxr-xr-x | update-blog | 2 |
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 "$@" |