fix_code_style.sh 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #!/bin/bash if [[ $# -eq 0 ]] ; then exit 0 fi DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) astyle \ --options=$DIR/astylerc \ --preserve-date \ $*