binana/script/tidy-profile

7 lines
No EOL
137 B
Text

if [ $# -eq 0 ]
then
echo "tidy-profile profile"
exit 1
fi
find profile/$1/symbol/ -type f -exec ./script/sort-symbol-file {} \;