aboutsummaryrefslogtreecommitdiff
path: root/aio
diff options
context:
space:
mode:
Diffstat (limited to 'aio')
-rwxr-xr-x[l---------]aio3
1 files changed, 2 insertions, 1 deletions
diff --git a/aio b/aio
index 5608f24..3b599e8 120000..100755
--- a/aio
+++ b/aio
@@ -1 +1,2 @@
-./tool/aio.py \ No newline at end of file
+#! /usr/bin/env sh
+exec python3 "$(dirname "$0")/tool/aio.py" "$@"