79164559

Date: 2024-11-06 23:16:17
Score: 1
Natty:
Report link

I guess that each command creates its own shell, just like make does.

Try merging it into a single, ugly, line

cd $READTHEDOCS_OUTPUT/; pwd; ls -lt; cmake ..; make html; exit 0
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Paweł Wójcik