Tamarin/hooks/build/marp-compiler/compile

7 lines
66 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2022-08-11 09:00:15 +02:00
export DESTDIR=/dist
pushd /src
2022-08-11 09:00:15 +02:00
./build
popd