暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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