#!/bin/sh
input="$1"
output="$2"
ivkey="$3"
cat "$input" | "`dirname "$0"`/../libexec/unaesgcm/unaesgcm-real" "$ivkey" > "$output"
