David %!s(int64=9) %!d(string=hai) anos
pai
achega
f38779d8f5
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      makepdf.sh

+ 5 - 0
makepdf.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+set -u
+for f in *html; do
+	wkhtmltopdf "$f" "$f.pdf"
+done