| author | Christian Urban <christian.urban@kcl.ac.uk> |
| Mon, 10 Oct 2022 15:07:31 +0100 | |
| changeset 887 | 67d6615fa6e3 |
| parent 886 | 7a8187cf5bb3 |
| child 888 | 3afbf936f4a2 |
| cws/build.sc | file | annotate | diff | comparison | revisions | |
| cws/cw01.pdf | file | annotate | diff | comparison | revisions | |
| cws/cw02.pdf | file | annotate | diff | comparison | revisions | |
| cws/cw03.pdf | file | annotate | diff | comparison | revisions | |
| cws/cw04.pdf | file | annotate | diff | comparison | revisions | |
| cws/cw05.pdf | file | annotate | diff | comparison | revisions |
--- a/cws/build.sc Mon Oct 10 15:06:41 2022 +0100 +++ b/cws/build.sc Mon Oct 10 15:07:31 2022 +0100 @@ -21,5 +21,6 @@ @main def hg() = { - os.proc("hg", "commit", "-m texupdate", files.mkString(" ")).call() + println(s"$files") + println(os.proc("hg", "commit", "-m texupdate", files.mkString(" ")).call()) }