Skip to content

Instantly share code, notes, and snippets.

View thepro101's full-sized avatar

Patrick Tully thepro101

View GitHub Profile

Keybase proof

I hereby claim:

  • I am thepro101 on github.
  • I am ptully (https://keybase.io/ptully) on keybase.
  • I have a public key whose fingerprint is 0265 C53F DE39 571E E451 14D5 AF24 FBB7 5665 6CFB

To claim this, I am signing this object:

#!/usr/bin/perl
# convert docx to dokuwiki
# based on https://www.dokuwiki.org/tips:docpdf2dokuwiki
# requirements: libreoffice, HTML::WikiConverter
#
# running: ./todokuwiki.pl path/to/file/docx
use HTML::WikiConverter;