diff options
Diffstat (limited to 'tools/cru-py/aio')
-rw-r--r-- | tools/cru-py/aio | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cru-py/aio b/tools/cru-py/aio new file mode 100644 index 0000000..f74877a --- /dev/null +++ b/tools/cru-py/aio @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +exec python3 "$(dirname "$0")/aio.py" "$@" |