aboutsummaryrefslogtreecommitdiff
path: root/bin/detech
blob: 6c1362c721f72ca6b54df9931a48544aa072e3ec (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

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