Skip to content

Commit 87ed4ae

Browse files
committed
Adding ubuntu release script sync.
1 parent 4b76370 commit 87ed4ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dist/ubuntu-sync-scripts.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
for MYFILE in ubuntu-make-all-distros.sh ubuntu-make-distro.sh
4+
do
5+
6+
cp -vf ~/p/hstr/github/hstr/dist/${MYFILE} ~/p/hstr/launchpad
7+
8+
done
9+
10+
# eof

0 commit comments

Comments
 (0)