Skip to content

Commit

Permalink
Don't print the entire lstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Notgnoshi committed Apr 18, 2021
1 parent fa23078 commit dc8329b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/random-lsystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -o pipefail
set -o nounset
# A helper script to generate _and visualize_ random L-Systems

./tools/random-production-rules.py $@ | tee /dev/tty |
./tools/parse.py --config - --iterations 6 | tee /dev/tty |
./tools/random-production-rules.py $@ |
tee /dev/tty |
./tools/parse.py --config - --iterations 6 |
./tools/interpret.py --log-level ERROR |
./tools/render.py

0 comments on commit dc8329b

Please sign in to comment.