Skip to content

Instantly share code, notes, and snippets.

View pastuhov's full-sized avatar
💭
I may be slow to respond.

Pastuhov Kirill pastuhov

💭
I may be slow to respond.
View GitHub Profile
# JSCoverage
RUN cd /root/ \
&& wget http://siliconforks.com/jscoverage/download/jscoverage-0.5.1.tar.bz2 \
&& tar jxvf jscoverage-0.5.1.tar.bz2 \
&& cd jscoverage-0.5.1/ \
&& ./configure \
&& make \
&& make install