mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 08:52:08 +02:00
5 lines
170 B
Bash
Executable file
5 lines
170 B
Bash
Executable file
#!/bin/bash
|
|
community=$(cd -- "$(dirname "$0")" &> /dev/null && cd ../../.. && pwd)
|
|
|
|
"$community/addons/web/tooling/disable.sh"
|
|
"$community/addons/web/tooling/enable.sh"
|