mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 07:11:00 +00:00
6 lines
127 B
Bash
Executable File
6 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 $@
|