mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
9 lines
150 B
PostScript
9 lines
150 B
PostScript
%
|
|
% Sets baud rate to 9600, options to 0 assuming the password is 0.
|
|
%
|
|
|
|
serverdict begin
|
|
0 exitserver
|
|
statusdict begin
|
|
25 9600 0 setsccbatch
|
|
end
|