Folder przesyłania do usterki

$ wget -O file.zip https:///url-to-your-zip
$ unzip file.zip -d .
$ rm file.zip
$ refresh
RedGuy12