mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-30 19:54:03 +08:00
10 lines
155 B
Bash
Executable file
10 lines
155 B
Bash
Executable file
#!/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
|