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:
parent
43604bf71a
commit
b7166385de
6 changed files with 119 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue