Added branch arg to "mtn pull"

This commit is contained in:
str4d
2013-12-08 20:16:46 +00:00
parent 0a81c44bed
commit 782cb1c9ec
3 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,10 @@
#!/bin/sh
. ./etc/update.vars
TMP=$(mktemp XXXXXXXXXX)
trap 'rm -f $TMP;exit' 0 1 2 15
mtn pull
mtn pull "mtn://$MTNURL?$MTNBRANCH"
mtn up 2>&1 | tee $TMP