readme: seq_file.sh -> seq_file_single_open.sh

This commit is contained in:
Ciro Santilli
2025-04-25 21:46:16 +01:00
parent 0b39321c51
commit 8bfa11a358

View File

@@ -7751,7 +7751,7 @@ Bibliography:
If you have the entire read output upfront, `single_open` is an even more convenient version of <<seq-file>>: If you have the entire read output upfront, `single_open` is an even more convenient version of <<seq-file>>:
.... ....
./seq_file.sh ./seq_file_single_open.sh
echo $? echo $?
.... ....