Files
fastfetch/run.sh
T
Linus Dierheimer 33127388f0 refactored FFstrbuf
2022-01-12 01:02:14 +01:00

7 lines
112 B
Bash
Executable File

#!/bin/env sh
mkdir -p build/
cd build/
cmake ..
cmake --build . --target fastfetch -j$(nproc)
./fastfetch "$@"