mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
3 lines
86 B
Bash
3 lines
86 B
Bash
|
#!/bin/sh
|
||
|
git diff --name-only ${1}..${2} | grep plugins/ | cut -d'/' -f2,3 | sort -u
|