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