Files
scamper/convert-changelog.sh

4 lines
87 B
Bash

#!/bin/bash
sed 's/^/ * /' | sed 's/\* \*/ /' | sed 's/\* / /' | sed '/^ \* $/d'