1 2 3 4 5 6 7 8 9
#!/bin/sh ( echo "help" echo "submit" cat tests/sample-ascii.stl | wc -c cat tests/sample-ascii.stl ) | valgrind --leak-check=full ./printdoc