Sin descripción

getSha.sh 136B

12345
  1. #!/bin/bash
  2. gpgResult=`gpg --decrypt tarsnap-sigs-{{ tarsnap_version }}.asc`
  3. sha=${gpgResult#*=}
  4. echo $sha > /root/tarsnapSha
  5. echo $sha