mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
15 lines
219 B
Bash
Executable File
15 lines
219 B
Bash
Executable File
#!/bin/sh
|
|
# fake Windows mode output
|
|
|
|
echo "
|
|
Status for device CON:
|
|
----------------------
|
|
Lines: 9001
|
|
Columns: 120
|
|
Keyboard rate: 31
|
|
Keyboard delay: 1
|
|
Code page: 437
|
|
|
|
"
|
|
exit 0
|