aboutsummaryrefslogtreecommitdiff
path: root/aio
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-28 13:05:32 +0800
committercrupest <crupest@outlook.com>2022-11-28 13:05:32 +0800
commit0b5ab50f855af518999d3f9e5f683edac8538ab8 (patch)
tree736f2155b95b610b8ff77bc9e0caac728fbde73b /aio
parentaa65b89f546dc03a86f344db4cf135a59b7d8435 (diff)
downloadcrupest-0b5ab50f855af518999d3f9e5f683edac8538ab8.tar.gz
crupest-0b5ab50f855af518999d3f9e5f683edac8538ab8.tar.bz2
crupest-0b5ab50f855af518999d3f9e5f683edac8538ab8.zip
Make io more maintainable.
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" "$@"