if [ $# -eq 0 ]
then
    echo "tidy-profile profile"
    exit 1
fi

find profile/$1/symbol/ -type f -exec ./script/sort-symbol-file {} \;