mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-05-31 00:04:27 +08:00
5 lines
92 B
Text
Executable file
5 lines
92 B
Text
Executable file
#!/bin/sh
|
|
|
|
cd $(dirname $0)/../..
|
|
|
|
exec meta/bin/docker-exec vendor/bin/$(basename $0) "$@"
|