mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +08:00
9 lines
79 B
Bash
9 lines
79 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. ./debian-env.sh
|
||
|
|
||
|
cd ../..
|
||
|
dput mentors hh*source.changes
|
||
|
|
||
|
# eof
|