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.
|