hstr/dist/3-debian-push-mentors.sh

8 lines
81 B
Bash
Executable file

#!/bin/bash
. ./debian-env.sh
cd ../..
dput mentors hstr*source.changes
# eof