1 2 3 4 5 6
#! /usr/bin/env nix-shell #! nix-shell -i bash -p pandoc textract "$1" \ | pandoc -f html -t markdown \ | less