diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-15 05:15:39 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-15 05:15:39 -0700 |
| commit | 2cf147357ce578c3bc589b894930c71d709022e1 (patch) | |
| tree | f1614ccc11f2223ba3a81ecf043073ac33724fc0 /evoke.e | |
| parent | efaa8eeb003c3a36af18bf606d0fe524177e5729 (diff) | |
fix things up so it gets through cold-start
then it crashes on warm-start because warm-start doesn't exist yet Force-Push: yes Change-Id: I9eba481b31d48f9d32c3790f296204c5c8d90938
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/evoke.e b/evoke.e index 14ac458..f6052a5 100644 --- a/evoke.e +++ b/evoke.e @@ -1,4 +1,5 @@ -~ cat labels.e elf.e execution.e evoke.e | ./quine > evoke && chmod 755 evoke && ./evoke +~ cat labels.e elf.e execution.e transform.e evoke.e \ +~ | ./quine > evoke && chmod 755 evoke && ./evoke ~ (output memory start, current output point ~ -- output memory start, current output point) |