mirror of
https://ghproxy.net/https://github.com/fairpm/aspirecloud.git
synced 2026-08-08 14:40:35 +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) "$@"
|