mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
7 lines
137 B
Text
7 lines
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 {} \;
|