From accbb9e504e9892b7fb83e082db42203d1dc52c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Thu, 23 May 2024 22:36:17 +0300 Subject: [PATCH] d --- v4/translate-py-cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/v4/translate-py-cxx b/v4/translate-py-cxx index 6ece697..2ca0efa 100755 --- a/v4/translate-py-cxx +++ b/v4/translate-py-cxx @@ -7,4 +7,3 @@ $TR $DIR/memory.py > $DIR/memory.cpp $TR $DIR/memory_test.py > $DIR/memory_test.cpp $TR $DIR/cli.py > $DIR/cli.cpp $TR $DIR/cli_test.py > $DIR/cli_test.cpp -$TR $DIR/shell.py > $DIR/shell.cpp