From 8ad5f2d6265fc32d56650699dd4b921508e4043c Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 9 Nov 2022 19:19:38 +0300 Subject: [PATCH] Use Out-Null --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.bat b/run.bat index ae2a18f..04f1363 100644 --- a/run.bat +++ b/run.bat @@ -1,2 +1,2 @@ -py -m pip install -U chalky toml > NUL +py -m pip install -U chalky toml | Out-Null py -m interactive_runner