mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-19 02:48:40 -05:00
4 lines
109 B
Bash
Executable file
4 lines
109 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
awk '/:project_version:/ { print $2 }' topics/templates/document-attributes.adoc
|