elixir/projects/ofono.sh
Michael Opdenacker c6890e9fa1 Support for the Ofono project
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-08-30 10:20:26 +02:00

8 lines
139 B
Bash

# Elixir definitions for Ofono
list_tags_h()
{
echo "$tags" |
tac |
sed -r 's/^([0-9]*)\.([0-9]*)(.*)$/v\1 v\1.\2 \1.\2\3/'
}