On Thu, 15 Aug 2019, Riccardo (Jack) Lucchetti wrote:
On Wed, 14 Aug 2019, leonardosuarezromero(a)gmail.com wrote:
> Does anyone know how to allow shell commands in Gretl-git built-based Linux
> server without using the GUI?
You can edit the .gretl2rc file and set the "shellok" parameter to
"true"
To add one point to Jack's answer: on a *nix-type system such as
debian the file .gretl2rc can be found in the user's $HOME
directory. The relevant entry looks like this:
# Allow shell commands
shellok = true
Allin Cottrell