#!/bin/sh ## Format C using 'indent'. Alternative to indent: astyle, uncrustify. if [ -z "$(command -v indent)" ]; then echo "Please install 'indent'." exit fi if [ "$1" = "-h" ]; then cat<