Files
MIT6.828_OS/lab/fs/script
2019-07-11 19:40:12 +08:00

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.