#!/bin/sh ## # Wilfredo Sanchez # # Prints server configuration. ## . "$(dirname "$0")/common.sh"; server_load_config; set | grep '^[a-z]';