#!/bin/sh file="$(mktemp --tmpdir=/dev/shm).php" cat - >"$file" ./vendor/bin/pint --quiet "$file" cat "$file" rm "$file"