= Simple Page =

{{{#!highlight bash

#!/bin/bash

for i in $(find -iname ./ "*.java")
do
    echo $
done

}}}