ocis/abra.sh

10 lines
114 B
Bash

export APP_ENTRYPOINT_VERSION=v2
ocis() {
echo "1: $1"
echo "2: $2"
echo "all: $@"
/usr/bin/ocis "$@"
}