mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-06-01 00:19:09 +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) "$@"
|