6 lines
143 B
Bash
Executable file
6 lines
143 B
Bash
Executable file
#!/bin/bash
|
|
# Pushes updates from the trunk
|
|
bzr push bzr+ssh://codedread@bazaar.launchpad.net/~codedread/scour/trunk
|
|
|
|
# Merge into our branch
|
|
|