mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 01:42:29 +00:00
feat(script): add tidy-profile script to sort all symbol files in a profile
This commit is contained in:
parent
c47a94b7fd
commit
ea452811d6
1 changed files with 7 additions and 0 deletions
7
script/tidy-profile
Normal file
7
script/tidy-profile
Normal file
|
|
@ -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 {} \;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue