6 lines
No EOL
120 B
Shell
Executable file
6 lines
No EOL
120 B
Shell
Executable file
#! /usr/bin/env bash
|
|
|
|
cd "$(dirname "$0")"
|
|
name="$(basename "$(pwd)")"
|
|
|
|
typst compile --root .. ./main.typ ./"$name".pdf |