Add username in the header - 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 08adefb78f0051d01c83b38040149e65dcc539a5
 (DIR) parent c51820cd5d142538d17f8d33a43a11c890874b1d
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sun, 16 Dec 2018 15:05:24 
       
       Add username in the header
       
       Diffstat:
        twitter/tweets.dcgi |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r c51820cd5d14 -r 08adefb78f00 twitter/tweets.dcgi
       --- a/twitter/tweets.dcgi       Sun Dec 16 14:44:14 2018 +0100
       +++ b/twitter/tweets.dcgi       Sun Dec 16 15:05:24 2018 +0100
       @@ -134,7 +134,7 @@
        
        
        echo ""
       -echo "Twitter"
       +echo "Twitter   (@${username})"
        echo ""
        if [ "$2" = "status" ]; then
               status "${username}" "${id}"