mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-06 03:16:29 +00:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
git rev-parse HEAD >&/dev/null || exit 1
|
|
git branch --no-color | grep '^*' | cut -c 3-
|