#!/bin/bash
mkdir -p tempdir
cd tempdir
pwd
find .. -type f -iname "*.vmsbin" -exec ../redo.sh {} \;
cd ..
