streamlet-examples/hash
branchv_0
changeset 50 22ed5647b235
parent 49 ab48ad4ecb91
equal deleted inserted replaced
49:ab48ad4ecb91 50:22ed5647b235
    28 #   --scriptlet hash --option "sha1" --as "sha1" --scriptlet hash --option "sha256" --as "sha256"
    28 #   --scriptlet hash --option "sha1" --as "sha1" --scriptlet hash --option "sha256" --as "sha256"
    29 # instead of:
    29 # instead of:
    30 #   --scriptlet hash --option "sha1" --as "sha1" --option "sha256" --as "sha256"
    30 #   --scriptlet hash --option "sha1" --as "sha1" --option "sha256" --as "sha256"
    31 
    31 
    32 
    32 
    33 . "$(dirname "$0")/streamlet-common.sh"
    33 . "$(dirname "$(realpath "$0")")/streamlet-common.sh"
    34 
    34 
    35 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
    35 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
    36 	hashTypes=()
    36 	hashTypes=()
    37 	hashCommands=()
    37 	hashCommands=()
    38 
    38