#!/bin/sh
# $Id: lsacl,v 1.1 2008/07/14 19:38:26 friedman Exp $

exec getfacl \
    --access \
    --default \
    --all-effective \
    --absolute-names \
    --tabular \
    "$@"

# eof
