6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
#!/system/bin/sh
|
|
# aria2: wrapper to run with c-ares for name resolution
|
|
|
|
dir="$(cd "$(dirname "$0")"; pwd)"
|
|
$dir/aria2c.bin --async-dns "$@"
|