summaryrefslogtreecommitdiff
path: root/Kernel/sync.sh
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-02 08:05:14 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-02 08:07:06 +0100
commit6fc3c38324c4fa644d7ab008ac5309c32b4f68a2 (patch)
tree63d8623b5d719a911f2066ff2e35739e627767da /Kernel/sync.sh
parent5e0b7f1a565ffd90c80da3965b2f706e7d55ce42 (diff)
downloadserenity-6fc3c38324c4fa644d7ab008ac5309c32b4f68a2.zip
Start working on a simple graphical font editor.
Editing fonts by editing text files is really slow and boring. A simple font editor seems like a good way to take LibGUI for a spin.
Diffstat (limited to 'Kernel/sync.sh')
-rwxr-xr-xKernel/sync.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh
index 5c3003719e..447f40ed3f 100755
--- a/Kernel/sync.sh
+++ b/Kernel/sync.sh
@@ -43,6 +43,8 @@ cp -v ../Userland/guitest mnt/bin/guitest
cp -v ../Userland/guitest2 mnt/bin/guitest2
cp -v ../Userland/sysctl mnt/bin/sysctl
cp -v ../Terminal/Terminal mnt/bin/Terminal
+cp -v ../FontEditor/FontEditor mnt/bin/FontEditor
+ln -s FontEditor mnt/bin/ff
cp -v ../Userland/dmesg mnt/bin/dmesg
cp -v ../Userland/chmod mnt/bin/chmod
sh sync-local.sh