mirror of
https://github.com/reactos/buildbot_config.git
synced 2024-11-23 11:49:50 +00:00
730b11c26d
The directory name has been changed to reflect that.
4 lines
154 B
Bash
Executable File
4 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/bin/time -f "\nElapsed time: %E ([h:]m:s)\nCPU usage: %P (%U user, %S sys)\nPage faults: %F major, %R minor\nNumber of IO waits: %w" "$@"
|