#!/bin/bash if [[ $1 == "" ]]; then echo "Please specify the source directory to beautify" exit 1 fi ASTYLEARGS=$( cat <