mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37: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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue