#!/bin/sh # # Decode a file and remove it afterwards # mmd <"$1"; rm -f "$1" .