From 7be8c77f537fb2bb43c747dd46e05cc9ab316ab5 Mon Sep 17 00:00:00 2001 From: TheCookingSenpai Date: Fri, 29 Dec 2023 11:59:33 +0000 Subject: [PATCH] Update GITGET --- GITGET | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/GITGET b/GITGET index c2b78c9..73c04e5 100644 --- a/GITGET +++ b/GITGET @@ -1,7 +1,13 @@ { - "tasks": [{ - "type": "python", - "usage": "gitest", - "name": "gitest" - }] + "tasks": [ + { + "type": "pip", + "usage": "gitest", + "name": "gitest" + }, + { + "type": "python", + "usage": "python3 standalone.py", + "name": "standalone.py" + ] }