Friday 4 December 2015

importing parent stylesheet in child theme css

@import url("../Parallax-One/style.css");

Monday 17 August 2015

Usefull linux commands

Recursively Zip a Directory and Files on Linux

zip -r filename.zip /path/to/folder
to unzip to current directory,
unzip file.zip -d .
To get the size of directory
 du -sh dirname