mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
branch=$(git rev-parse --abbrev-ref HEAD)
|
|
echo "$branch"
|