aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmo-deps.sh
blob: 95081bd17f50c06a116d28a8fc2d1da99730ffd9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if ! test -d $1;
then
  git clone git://git.osmocom.org/$1 $1
fi

cd $1
git fetch origin
git reset --hard origin/master