Sort BlueZ tags
This commit is contained in:
parent
8b0e6722b7
commit
f77b14860e
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ list_tags_h()
|
|||
{
|
||||
echo "$tags" |
|
||||
grep '^[0-9]' |
|
||||
sort -rV |
|
||||
sed -r 's/^([0-9]*)\.([0-9]*)$/v\1 v\1.\2 \1.\2/'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue