Skip to content

Instantly share code, notes, and snippets.

View elribonazo's full-sized avatar
😄
Hola

Javier Ribó elribonazo

😄
Hola
View GitHub Profile
@elribonazo
elribonazo / version.sh
Last active June 7, 2024 02:34
This script can be used to extract the Identus versioning from https://github.com/input-output-hk/atala-releases releases and future Hyperledger repositories
#!/bin/bash
# Default values
OWNER=""
REPO=""
VERSION="latest"
COMPONENT=""
SOURCE_DIRECTORY='Atala PRISM'
# Function to display usage information