mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
6 lines
127 B
Bash
6 lines
127 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
# shellcheck disable=SC2068
|
||
|
~/frappe-bench/env/bin/python /usr/local/bin/patched_bench_helper.py frappe $@
|