mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
Add commented-out alternative RunCPM invocations with -s to run-in-runcpm.sh
This commit is contained in:
parent
ef0442b657
commit
d884a3ea92
@ -31,8 +31,10 @@ done
|
||||
|
||||
if [[ -f "${scriptfile}" ]]; then
|
||||
"${runcpmdir}/RunCPM" -i "${scriptfile}" -o "${logfile}"
|
||||
# "${runcpmdir}/RunCPM" -s <"${scriptfile}" | tee "${logfile}"
|
||||
else
|
||||
"${runcpmdir}/RunCPM" -o "${logfile}"
|
||||
# "${runcpmdir}/RunCPM" -s | tee "${logfile}"
|
||||
fi
|
||||
|
||||
cp "${logfile}" runcpm.log
|
||||
|
Loading…
Reference in New Issue
Block a user