%PDF- %PDF-
Direktori : /proc/309157/root/home/waritko/tmp/ |
Current File : //proc/309157/root/home/waritko/tmp/convert.sh |
#!/bin/bash set -x ls *.epub | { while read line; do filename=`rev <<< "$line" | cut -d"." -f2- | rev`; ebook-convert "$line" "$filename.fb2"; done; }