mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 23:37:48 -05:00
4 lines
109 B
Bash
Executable File
4 lines
109 B
Bash
Executable File
#! /bin/bash
|
|
|
|
git show-ref | grep $(git log --pretty=%h -1) | sed 's|.*/\(.*\)|\1|' | sort -u | grep -v HEAD
|