mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
5 lines
127 B
Bash
Executable file
5 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
# shellcheck disable=SC2068
|
|
~/frappe-bench/env/bin/python /usr/local/bin/patched_bench_helper.py frappe $@
|