mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-10-31 16:56:17 +01:00
9 lines
148 B
Bash
Executable File
9 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
sed -e "/--/d" \
|
|
-e "s/ \*/\*/" \
|
|
-e "s/.*(\([0-9].[0-9].[0-9]\)).*/\1/" \
|
|
-e '/^[0-9].[0-9].[0-9]$/ a\
|
|
-----' CHANGELOG
|