5 lines
88 B

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