#!/bin/sh
# Run ls -d on the arguments
exec ls -d "$@"
