mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-19 07:16:57 +01: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"
|