Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit d2799c0

Browse files
committed
Silence emulator
1 parent 8b54fcd commit d2799c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sublime/subl.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ if errorlevel 1 (
1111
:: echo File extension must be exactly three characters long
1212
:: exit /b 1
1313
:: )
14-
:: java -jar bk2010.jar -bk0010 -multicolor on -bin "%a:~0,-4%.bin"
14+
:: java -jar bk2010.jar -bk0010 -multicolor on -bin "%a:~0,-4%.bin" >NUL 2>&1

sublime/subl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ python -m pdpy11 --sublime "$1" --lst || exit $?
33

44
# cd /path/to/bk2010/
55
# killall java
6-
# java -jar bk2010.jar -bk0010 -multicolor on -bin "${1%.mac}.bin"
6+
# java -jar bk2010.jar -bk0010 -multicolor on -bin "${1%.mac}.bin" >/dev/null 2>&1

0 commit comments

Comments
 (0)