mirror of
https://github.com/sched-ext/scx.git
synced 2024-10-29 10:52:20 +00:00
4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
"$1" --version | sed -nr 's/^.*clang version ([\.0-9]*)(git)?(-rc.*)?(\+.*)?( .*)?$/\1/p'
|