#!/bin/bash if [[ $1 != "list" ]]; then echo "Not listing." exit 1 fi # Return basic listing cat <