mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 09:58:03 +02:00
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/env sh
|
|
mkdir -p build/
|
|
cd build/
|
|
cmake ..
|
|
cmake --build .
|
|
./fastfetch "$@"
|