Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/bin/bash
- echo "What package?"
- read package
- cd ~/Ubu_Dev_bzr
- bzr branch lp:debian/$package
- if [ -d $package ]; then
- cd $package/debian
- gedit control
- read pause
- bzr diff $package/debian/control
- reportbug -B debian
- else
- echo "Branch not found"
- ls
- fi
RAW Paste Data



