mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-24 06:47:16 +08:00
Adding ubuntu release script sync.
This commit is contained in:
parent
4b76370a4d
commit
87ed4ae6a4
1 changed files with 10 additions and 0 deletions
10
dist/ubuntu-sync-scripts.sh
vendored
Executable file
10
dist/ubuntu-sync-scripts.sh
vendored
Executable 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
|
Loading…
Reference in a new issue