5 lines
84 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
#!/bin/sh
LINUX_VERSION=$(cut -d' ' -f3 /proc/version)
perf-${LINUX_VERSION%.*} $@