jgoerzen / pygopherd

Multiprotocol Gopher/Web Server [Python]
GNU General Public License v2.0
170 stars 25 forks source link

Accessing generic CGI/scripting #13

Open christiansacks opened 3 years ago

christiansacks commented 3 years ago

Hello there, I am trying to create a simple one liner script in my gophermap like this;

=echo "Today's date is: $(date)"

However I can't figure out why using = isn't working for scripts like it should. Is this implemented in PyGopherd? If it is, how do I enable it?

Thanks!