commit 5daf2f8654103819545849ed94370c48eac48821 parent db8b31efcb52748dffa606ffa506f4e7635da1a4 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 23 Feb 2022 14:41:31 +0100 htrdr: fix typos in the atmosphere starter packs web page Diffstat:
| M | htrdr/htrdr_build.sh | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/htrdr/htrdr_build.sh b/htrdr/htrdr_build.sh @@ -148,8 +148,8 @@ atmspk() echo "<code>htrdr-atmosphere</code> rendering as bellow:" echo "" echo "<pre class=\"code\">" - echo "$ cd ~/htrdr-Atmosphere-Starter-Pack-$2" - echo "\~/htrdr-Atmosphere-Starter-Pack-$2 $ bash htrdr-run.sh scenes/DZVAR2" + echo "$ cd ~/htrdr-Atmosphere-Starter-Pack-$2" + echo "~/htrdr-Atmosphere-Starter-Pack-$2 $ bash htrdr-run.sh scenes/DZVAR2" echo "</pre>" echo "" echo "<p>With <code>~/htrdr-Atmosphere-Starter-Pack-$2</code> the directory" @@ -160,7 +160,7 @@ atmspk() echo "file that can be then displayed with a regular image viewer." echo "" echo "<pre class=\"code\">" - echo "\~/htrdr-Atmosphere-Starter-Pack-$2 $ htpp -o DZVAR2.ppm DZVAR2_1280x720x256.txt" + echo "~/htrdr-Atmosphere-Starter-Pack-$2 $ htpp -o DZVAR2.ppm DZVAR2_1280x720x256.txt" echo "</pre>" echo "<h2>Donwloads</h2>" @@ -250,7 +250,6 @@ comspk() echo "${copying}" print_footer - } "$@"