Yes ubuntu uses bash by default.

Seems like the simplest way to do this would be

#!/bin/bash
ls-D
then save it as ld
chmod 755 ld
should be good to go.