Skip to content

Instantly share code, notes, and snippets.

@sjx95
sjx95 / batch_convert.sh
Created January 30, 2020 04:17
A simple converter for css in EPUB which covert 100vw/100vh to 100%
#!/bin/bash
# For batch convertion:
find *.epub | xargs -I FILE ./convert.sh FILE