4 lines
88 B

#!/bin/sh
strace -f -o $HOME/strace.out -p `pidof marketmaker` &
sleep 2
killall strace