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