mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 17:18:35 +08:00
8 lines
81 B
Bash
Executable file
8 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. ./debian-env.sh
|
|
|
|
cd ../..
|
|
dput mentors hstr*source.changes
|
|
|
|
# eof
|