diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-08 10:38:37 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-08 10:38:37 +1000 |
| commit | b041a96c7bbd2929586702dbc464eb079f89e56e (patch) | |
| tree | c1d0deec6864899b517af2e83383fdd661749fe6 /build | |
| parent | 1349f1ffe914c6a8bb34c11892890d1656ee81a6 (diff) | |
chore: add reset and build helpers
Diffstat (limited to 'build')
| -rwxr-xr-x | build | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh + +set -eu + +exec emacs --batch -Q \ + --eval '(progn (require (quote ob-tangle)) (org-babel-tangle-file "config.org"))' |
