~lutostag/ubuntu/utopic/maas/1.5.2+packagefix

1
2
3
4
5
6
#!/bin/sh
if [ "`expr \"$0\" : \".*maas-cli*\"`" != "0" ];then
    echo "  WARNING: The maas-cli command is deprecated and will be removed" \
         "in a future\n  version.  From now on please use 'maas' instead."
fi
exec python -m maascli "$@"