diff --git a/README.md b/README.md new file mode 100644 index 0000000..d97e673 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Command to concat all html together to be parsed: +``` +echo "" | cat > txt.xml && cat *.html >> txt.xml && echo "" >> txt.xml +``` + +Image balise to add: +
+ +To compress: +tar cvf archive.tar.xz --use-compress-program='xz -1T0' boop.csv + +To uncompress: +tar xvf archive.tar.xz --use-compress-program='xz -dT0'