diff options
author | crupest <crupest@outlook.com> | 2022-11-28 13:05:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-28 13:05:32 +0800 |
commit | 873c9b4e39e47d2e6e1dbf40ee6f2e812c229adb (patch) | |
tree | 736f2155b95b610b8ff77bc9e0caac728fbde73b /aio | |
parent | 3ab852dbd30351665cf97a10894f584a1c3ee36b (diff) | |
download | crupest-873c9b4e39e47d2e6e1dbf40ee6f2e812c229adb.tar.gz crupest-873c9b4e39e47d2e6e1dbf40ee6f2e812c229adb.tar.bz2 crupest-873c9b4e39e47d2e6e1dbf40ee6f2e812c229adb.zip |
Make io more maintainable.
Diffstat (limited to 'aio')
-rwxr-xr-x[l---------] | aio | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -./tool/aio.py
\ No newline at end of file +#! /usr/bin/env sh +exec python3 "$(dirname "$0")/tool/aio.py" "$@" |