From 85071d9161095a2733aa447273796d30ba215394 Mon Sep 17 00:00:00 2001 From: Richard Tingstad Date: Sun, 11 Apr 2021 13:26:50 +0200 Subject: [PATCH] Quiet ECHO This commit replaces `@ECHO OFF` on line 2 with a new, silent, first line that effectively does the same for Batch. See https://github.com/tingstad/polyscript for further info. --- polyshell.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyshell.txt b/polyshell.txt index b237cec..bc0ce4c 100755 --- a/polyshell.txt +++ b/polyshell.txt @@ -1,5 +1,5 @@ +@{a="\"} >$null # " 2>/dev/null || true #" >NUL 2>&1 || TYPE NUL & ECHO OFF echo \" <<'BATCH_SCRIPT' >/dev/null ">NUL "\" \`" <#" -@ECHO OFF REM ===== Batch Script Begin ===== ECHO I'm PolyShell, a batch script! REM ====== Batch Script End ======