mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-12 01:00:59 +00:00
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com> Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
set -o nounset
|
|
|
|
exec make livehtml
|