Skip to content

v0.0.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@borkdude borkdude released this 28 Aug 21:53
· 3781 commits to master since this release
  • #31 respect PIPE signal. This allows streaming "infinite" results and taking only the first n results using head:
$ ./bb -o '(range)' |
./bb --stream '(* *in* *in*)' |
head -n10
0
1
4
9
16
25
36
49
64
81

After printing the last number, all the processes exit.