#! /bin/sh args=("$@") echo ${args[0]} pandoc -s -smart -c ${args[0]} ${args[1]} -t html5 -o args[2]