mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
mkdir -p build/
|
|
cd build/
|
|
cmake ..
|
|
cmake --build .
|
|
./fastfetch "$@"
|