mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
4 lines
128 B
Bash
Executable file
4 lines
128 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# This script starts ERPNext.
|
|
|
|
sudo -u erpnext bash -c "cd /usr/share/webapps/erpnext/ && bench start ${*}"
|