Makefile: add pickrand
[cmccabe-bin] / summer.sh
1 #!/usr/bin/env bash
2
3 python -c "import sys; print(sum(float(l) for l in sys.stdin))"