Comment 6 for bug 340183

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

I forgot to give the contents of foobar.sh:
#!/bin/sh

for i in `ls /`
do
    /bin/echo "$i"
done

This of course needs to be chmod 755.