timeshift/push.sh
2013-10-12 13:42:33 +05:30

17 lines
201 B
Bash
Executable File

#!/bin/bash
backup=`pwd`
DIR="$( cd "$( dirname "$0" )" && pwd )"
cd "$DIR"
sh build-source.sh
echo "Pushing new revisions to launchpad..."
bzr push lp:~teejee2008/timeshift/trunk
cd "$backup"