4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/bash
|
||
|
export PYTHONPATH="${PYTHONPATH}:$(pwd)"
|
||
|
wsgidav -c wsgidav.yaml
|