mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
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.
9 lines
98 B
Bash
Executable File
9 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo id
|
|
|
|
make -C ../FontEditor clean && \
|
|
make -C ../FontEditor && \
|
|
sudo ./sync.sh
|
|
|