Adding ubuntu release script sync.

This commit is contained in:
Martin Dvorak 2016-04-27 08:50:40 +02:00
parent 4b76370a4d
commit 87ed4ae6a4

10
dist/ubuntu-sync-scripts.sh vendored Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
for MYFILE in ubuntu-make-all-distros.sh ubuntu-make-distro.sh
do
cp -vf ~/p/hstr/github/hstr/dist/${MYFILE} ~/p/hstr/launchpad
done
# eof