aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.file-metadatabin6028 -> 6028 bytes
-rw-r--r--README-hacking.md3
2 files changed, 2 insertions, 1 deletions
diff --git a/.file-metadata b/.file-metadata
index 1f81521..7de0cc8 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/README-hacking.md b/README-hacking.md
index 84cf71b..1e8e3ab 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -959,7 +959,8 @@ for the benefit of others.
second, you can run the command below (on another terminal while the
software are being built). Press `CTRL-C` to stop it and return back
to the command-line).
- ```
+
+ ```shell
while true; do echo; date; ls .build/software/build-tmp; sleep 1; done
```