#!/bin/sh if [ -f $1/dodo.py ]; then echo "opcut build" exit 0 else exit 1 fi