missing result call

This commit is contained in:
2019-05-13 12:00:57 +02:00
parent ab27adf3c5
commit b2b192189b

View File

@@ -24,4 +24,5 @@ echo "Task number One" | section
ls -l | output ls -l | output
echo "Warning" | output::warning echo "Warning" | output::warning
ls /non_existent_file |& output ls /non_existent_file |& output
result
``` ```