kopia lustrzana https://github.com/f4exb/sdrangel
3 wiersze
86 B
Bash
3 wiersze
86 B
Bash
|
#!/bin/sh
|
||
|
git diff --name-only ${1}..${2} | grep plugins/ | cut -d'/' -f2,3 | sort -u
|