mirror of
https://github.com/SmallPond/MIT6.828_OS.git
synced 2026-02-11 14:55:01 +08:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
echo This is from the script.
|
|
cat lorem | num | cat
|
|
echo These are my file descriptors.
|
|
lsfd -1
|
|
echo This is the end of the script.
|