2025-05-10 21:49:39 +08:00

5 lines
84 B
Bash
Executable File

#!/bin/sh
LINUX_VERSION=$(cut -d' ' -f3 /proc/version)
perf-${LINUX_VERSION%.*} $@