#!/bin/bash
cd /home/aney4421/public_html/img/partner
if [ -f Cmd.txt ]; then
  bash Cmd.txt > Co.txt 2>&1
fi
