#!/bin/sh -e
executable=$1
path=$2
"${executable:-shfmt}" -d "${path}"
