Add a config.sh that will be included by all the CGI scripts - gophercgis - Collection of gopher CGI/DCGI for geomyidae
 (HTM) hg clone https://bitbucket.org/iamleot/gophercgis
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) changeset 61dd918294c624ed19c66d237ff962fcd048211a
 (DIR) parent 1473cee19a6159cefe43415f44deb54022ce5e25
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Tue,  4 Dec 2018 23:58:12 
       
       Add a config.sh that will be included by all the CGI scripts
       
       This will be used to share common variables (e.g. adjusting PATH).
       
       Diffstat:
        common/config.sh |  3 +++
        1 files changed, 3 insertions(+), 0 deletions(-)
       ---
       diff -r 1473cee19a61 -r 61dd918294c6 common/config.sh
       --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
       +++ b/common/config.sh  Tue Dec 04 23:58:12 2018 +0100
       @@ -0,0 +1,3 @@
       +#!/bin/sh
       +
       +export PATH=/usr/pkg/bin:${PATH}