3 lines
126 B
Bash
3 lines
126 B
Bash
# A simple script to extract the Git hash from an auto-generated debian/changelog
|
|
|
|
grep -Po '(?<=-)(([a-z0-9])\w+)(?=\+)' $1 |