#!/bin/sh -e file="$( . "$__type_explorer/file" )" if [ -f "$file" ] then cat "$file" fi