~fajran/sedot/trunk

1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

set -e

SCRIPT=$PKGDIR/sync

if [ ! -x $SCRIPT ]; then
	exit 1
fi

$SCRIPT