1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

RetroFetch: Add a silly neofetch-like program.

The idea is to print out various system info suitable for screenshots. :^)
This commit is contained in:
Andreas Kling 2019-05-13 04:54:48 +02:00
parent 43604bf71a
commit b7166385de
6 changed files with 119 additions and 0 deletions

View file

@ -50,6 +50,8 @@ $make_cmd -C ../Shell clean && \
$make_cmd -C ../Shell && \
$make_cmd -C ../Demos/HelloWorld clean && \
$make_cmd -C ../Demos/HelloWorld && \
$make_cmd -C ../Demos/RetroFetch clean && \
$make_cmd -C ../Demos/RetroFetch && \
$make_cmd clean &&\
$make_cmd && \
sudo ./sync.sh