diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-11 15:13:57 -0500 |
|---|---|---|
| committer | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-11 15:13:57 -0500 |
| commit | 6207d8a75e40aa76008edaffbbe138bbc9f6baa4 (patch) | |
| tree | 0ab78ec4155721ae8571fdcac435c9b84e232ca9 /browsers/build.sh | |
| parent | 2d10fcf6bb85732819385f20a9bc13c50036c0f7 (diff) | |
Add dynamic Firefox accent color extension
Diffstat (limited to 'browsers/build.sh')
| -rwxr-xr-x | browsers/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/browsers/build.sh b/browsers/build.sh new file mode 100755 index 0000000..a57cc54 --- /dev/null +++ b/browsers/build.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -eu +cd "$(dirname "$0")" +cc -Wall -Wextra -std=c99 getaccent.c -o getaccent |
