#!/bin/sh
moya-srv where $1 > /dev/null
if [ $? -eq 0 ]
then
    export MOYA_SERVICE_PROJECT="$1"
    $SHELL -i
fi