2 lines
112 B
Bash
2 lines
112 B
Bash
|
#!/bin/sh
|
||
|
curl -sL https://gkak.la/duadist | tar xfz - --wildcards --no-anchored 'dua' --strip-components 1 -C .
|