6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
scons gprof=yes
|
||
|
./scyther $*
|
||
|
gprof --flat-profile scyther
|