1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-03-07 19:30:10 +01:00
Jess Frazelle c533656483
add perf tooling
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-10-25 15:29:21 -04:00

7 lines
87 B
Bash
Executable File

#!/bin/bash
set -e
set -o pipefail
mount -t debugfs none /sys/kernel/debug/
exec "$@"