Testing out a code prettifier I found from google

#!/bin/bash
for i in `ls /tmp`; do
    ls $i
done