#!/bin/sh
#
# This script is used by fas.php for retrieving list
# files when browsing directories.

cd $1
cat $2
