Shell Script: The Step Of the Script

前端 未结 0 1029
难免孤独
难免孤独 2020-11-22 00:10

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 &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题