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 3032908 commit beb8249Copy full SHA for beb8249
.github/workflows/release.yml
@@ -44,7 +44,8 @@ jobs:
44
cd . >> .\OpenMe.bat
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, send and scanall." >> .\OpenMe.bat
+ echo "echo Such as scan, motd and send." >> .\OpenMe.bat
48
+ echo "echo " >> .\OpenMe.bat
49
echo "cmd" >> .\OpenMe.bat
50
echo "@echo on" >> .\OpenMe.bat
51
0 commit comments