#!/bin/bash
export PATH="/root/batch:$PATH"
cd /root/Downloads
VIDEOtoMP4all
find . -name '*.mp4' -exec MoveMP4 {} \;


