index
:
personal/cantonese-music-lyrics.git
master
Unnamed repository; edit this file 'description' to name the repository.
Alee
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.sh
blob: 7984e9a19d6c2a083fb8a5e4a2852cf364079b1e (
plain
) (
blame
)
1
2
3
4
5
6
#!/bin/bash
rm
*.pdf
for
f
in
*.typ
;
do
typst
compile
"
${
f
}
"
done