From 333d2cdb76282c413e53e2d6825aac4a507d25ed Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Wed, 3 Jun 2020 05:26:47 -0400 Subject: [PATCH] Add gemini command --- commands/web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/web.py b/commands/web.py index edfd9b2..fa518da 100644 --- a/commands/web.py +++ b/commands/web.py @@ -1,3 +1,4 @@ import utils utils.register_command_call("web","/usr/local/bin/web") +utils.register_command_call("gemini","/usr/local/bin/gemini")