mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-25 11:00:24 +00:00
0faa0efe74
Signed-off-by: Peter Jung <admin@ptr1337.dev>
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'
|