diff --git a/astyle/beautify_source_tree b/astyle/beautify_source_tree deleted file mode 100755 index 0628a8e..0000000 --- a/astyle/beautify_source_tree +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -if [[ $1 == "" ]]; then - echo "Please specify the source directory to beautify" - exit 1 -fi - -ASTYLEARGS=$( cat <