7 lines
104 B
Bash
7 lines
104 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd baker
|
||
|
|
||
|
echo "==> generate assets"
|
||
|
nix-shell --run "./run-bake-banner.sh ../example.pdf"
|