#!/bin/bash if [ ! -f /usr/bin/SENDMAIL ]; then mv sendemail.py /usr/bin/ mv SENDMAIL /usr/bin/ chmod +rx /usr/bin/SENDMAIL fi