mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-29 13:41:59 +02:00
8 lines
117 B
Bash
8 lines
117 B
Bash
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o nounset
|
|
|
|
|
|
exec watchfiles --filter python "python manage.py procrastinate worker"
|