mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
10 lines
261 B
Bash
Executable File
10 lines
261 B
Bash
Executable File
#!/bin/sh
|
|
# fake Solaris stty output
|
|
|
|
echo "speed 38400 baud; -parity hupcl
|
|
rows = 40; columns = 120; ypixels = 0; xpixels = 0;
|
|
eol = -^?; eol2 = -^?; swtch = <undef>;
|
|
brkint -inpck -istrip icrnl imaxbel onlcr
|
|
echo echoe echok echoctl echoke iexten "
|
|
exit 0
|