This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2021-09-15 10:50:22 +00:00
|
|
|
#!/bin/ash
|
|
|
|
|
2021-09-15 11:06:16 +00:00
|
|
|
echo "DEPRECATED: 'cli/run' command is deprecated, use 'cli run' instead"
|
|
|
|
|
2021-09-15 11:29:12 +00:00
|
|
|
/usr/app/bin/cli run $@
|