So I have a shell code like this:
#!/bin/bash body=$1 publickey=$2 signature=$3 temp="./tmp" if [[ $# -lt 3 ]] ; then echo "Usage: verify &