3 lines
62 B
Bash
3 lines
62 B
Bash
|
#!/bin/sh
|
||
|
curl -sL https://gkak.la/qdist | tar xfz - 'q' -C .
|