latte-dock/formatter.sh

4 lines
89 B
Bash

#!/bin/bash
astyle --options='astylerc' `find -maxdepth 3 -name '*.cpp' -o -name '*.h'`