mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
6fc3c38324
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.
8 lines
98 B
Bash
Executable file
8 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo id
|
|
|
|
make -C ../FontEditor clean && \
|
|
make -C ../FontEditor && \
|
|
sudo ./sync.sh
|
|
|