#!/bin/bash

cd $EXECUTION_DIR
DIR=$(ls -lrtd *"/" | awk '{line= $0} END {print line}' | awk '{printf("%s\n",$9);}')
tail -f $DIR/*.outlog
