mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-01 14:52:23 +08:00
8 lines
260 B
Bash
Executable file
8 lines
260 B
Bash
Executable file
#!/bin/bash
|
|
set -ex
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|
php "$DIR/generate-includes.php"
|
|
php "$DIR/generate-schema-cache.php"
|
|
php "$DIR/flush-definition-cache.php"
|
|
php "$DIR/generate-standalone.php"
|
|
php "$DIR/config-scanner.php"
|