lilliput-ae-reference-implementation

Implementations of Lilliput-AE submitted to the NIST LWC standardization process
git clone https://git.kevinlegouguec.net/lilliput-ae-reference-implementation
Log | Files | Refs | README

version.sh (122B)


      1 #!/bin/bash
      2 
      3 set -eu
      4 
      5 NIST_DIR=$(dirname $0)
      6 ROOT=${NIST_DIR}/..
      7 
      8 version=$(cat ${ROOT}/VERSION)
      9 echo ${version//[^0-9]/}