We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c240d commit a20f554Copy full SHA for a20f554
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "@echo off" >> .\OpenMe.bat
46
echo "echo Type a program name here to run." >> .\OpenMe.bat
47
echo "echo Such as scan, motd and send." >> .\OpenMe.bat
48
- echo "echo " >> .\OpenMe.bat
+ echo "echo <=>" >> .\OpenMe.bat
49
echo "cmd" >> .\OpenMe.bat
50
echo "@echo on" >> .\OpenMe.bat
51
0 commit comments