2 lines
60 B
Bash
2 lines
60 B
Bash
#!/bin/sh
|
|
curl -sL https://gkak.la/nnndist | tar xfz - -C .
|
#!/bin/sh
|
|
curl -sL https://gkak.la/nnndist | tar xfz - -C .
|