upload folder to glitch code example
Example: upload folder to glitch
$ wget -O file.zip https:///url-to-your-zip
$ unzip file.zip -d .
$ rm file.zip
$ refresh
$ wget -O file.zip https:///url-to-your-zip
$ unzip file.zip -d .
$ rm file.zip
$ refresh