summaryrefslogtreecommitdiff
path: root/Kernel/build-root-filesystem.sh
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-08-04 10:10:38 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-08-04 10:10:38 +0200
commit030891531b9a0626502e6e2bbb9cd5dc6eb56d68 (patch)
tree8f9b81b55add5dca71352c77f0c2aa6b1c1df0f1 /Kernel/build-root-filesystem.sh
parent210550d4b3937d24698ea052ba51b605fab3cfcd (diff)
downloadserenity-030891531b9a0626502e6e2bbb9cd5dc6eb56d68.zip
ChanViewer: Start working on a simple read-only 4Chan viewer
Since they are nice enough to provide a JSON API over HTTP, this makes for a perfect way to exercise our networking code a bit. :^)
Diffstat (limited to 'Kernel/build-root-filesystem.sh')
-rwxr-xr-xKernel/build-root-filesystem.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh
index 29b386b480..2751e23528 100755
--- a/Kernel/build-root-filesystem.sh
+++ b/Kernel/build-root-filesystem.sh
@@ -83,6 +83,7 @@ cp ../Applications/PaintBrush/PaintBrush mnt/bin/PaintBrush
cp ../Applications/QuickShow/QuickShow mnt/bin/QuickShow
cp ../Applications/Piano/Piano mnt/bin/Piano
cp ../Applications/SystemDialog/SystemDialog mnt/bin/SystemDialog
+cp ../Applications/ChanViewer/ChanViewer mnt/bin/ChanViewer
cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
cp ../Demos/HelloWorld2/HelloWorld2 mnt/bin/HelloWorld2
cp ../Demos/RetroFetch/RetroFetch mnt/bin/RetroFetch
@@ -116,6 +117,7 @@ ln -s PaintBrush mnt/bin/pb
ln -s QuickShow mnt/bin/qs
ln -s Piano mnt/bin/pi
ln -s SystemDialog mnt/bin/sd
+ln -s ChanViewer mnt/bin/cv
echo "done"
# Run local sync script, if it exists