#!/bin/bash if [$# -lt 1]; then echo "no string given" else echo -n "$1" | md5sum