mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
9 lines
145 B
Bash
Executable file
9 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
echo "${CXX} --version"
|
|
eval "${CXX} --version"
|
|
|
|
echo "${CC} --version"
|
|
eval "${CC} --version"
|
|
|
|
echo "cmake --version"
|
|
cmake --version
|