6 lines
51 B
Text
6 lines
51 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
git rev-parse --abbrev-ref HEAD
|