ladybird/Kernel/mkf.sh
Andreas Kling 6fc3c38324 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.
2019-02-02 08:07:06 +01:00

9 lines
98 B
Bash
Executable File

#!/bin/bash
sudo id
make -C ../FontEditor clean && \
make -C ../FontEditor && \
sudo ./sync.sh