mirror of
https://gh.wpcy.net/https://github.com/fairpm/aspirecloud.git
synced 2026-06-19 02:13:44 +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) "$@"
|