#!/bin/bash

        for dir in `cat CLASSES` 
        do
            echo "'$dir'"
        done
