fastfetch/run.sh
2021-02-20 20:00:06 +01:00

6 lines
68 B
Bash
Executable File

mkdir -p build/
cd build/
cmake ..
cmake --build .
./fastfetch "$@"