mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 20:43:57 +08:00
9 lines
No EOL
131 B
Bash
Executable file
9 lines
No EOL
131 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. ./env.sh
|
|
|
|
cd ../..
|
|
bzr push lp:~ultradvorka/+junk/hh-package
|
|
dput ppa:ultradvorka ${HHRELEASE}_source.changes
|
|
|
|
# eof |