1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57: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

View file

@ -80,6 +80,7 @@ ln -s Shell mnt/bin/sh
cp -v kernel.map mnt/
cp -v ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
ln -s HelloWorld mnt/bin/hw
cp -v ../Demos/RetroFetch/RetroFetch mnt/bin/RetroFetch
# Run local sync script, if it exists
if [ -f sync-local.sh ]; then