diff --git a/script/tidy-profile b/script/tidy-profile new file mode 100644 index 0000000..f6cce54 --- /dev/null +++ b/script/tidy-profile @@ -0,0 +1,7 @@ +if [ $# -eq 0 ] +then + echo "tidy-profile profile" + exit 1 +fi + +find profile/$1/symbol/ -type f -exec ./script/sort-symbol-file {} \; \ No newline at end of file