diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-06-14 13:24:25 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-06-14 13:24:25 +0100 |
commit | 960a69ba709cdf36e52fdbc4f1ef20af14384256 (patch) | |
tree | 67fcddb1d9a88b5481323b25344c4d7392054f68 | |
parent | bcd4c51642205412242bd23f695e05be98ec6a06 (diff) |
Minor correction is code demonstration in previous commit
After checking the previous commit on Gitlab (to see how it is rendered), I
noticed that the code has come in the same line, not as a sperate
box. Hopefully this commit will fix it.
-rw-r--r-- | .file-metadata | bin | 6028 -> 6028 bytes | |||
-rw-r--r-- | README-hacking.md | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.file-metadata b/.file-metadata Binary files differindex 1f81521..7de0cc8 100644 --- a/.file-metadata +++ b/.file-metadata 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 ``` |