df303ae117
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
73 lines
4.2 KiB
Plaintext
Executable File
73 lines
4.2 KiB
Plaintext
Executable File
# ash uses fd 10 (usually) for reading the script
|
|
exec 13>&-
|
|
exec 12>&-
|
|
exec 11>&-
|
|
exec 10>&-
|
|
# some amount of input is prefetched.
|
|
# make sure final echo is far enough to not be prefetched.
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
###############################################################
|
|
echo "OK"
|