mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-05 06:32:11 +08:00
16 lines
294 B
Bash
Executable file
16 lines
294 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export HHBZRMSG="Internatialization and support for transparent terminals."
|
|
export VERSION=1.13.
|
|
export MINOR=1
|
|
|
|
# precise quantal saucy trusty
|
|
for DISTRO in precise trusty
|
|
do
|
|
|
|
./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"
|
|
MINOR=`expr $MINOR + 1`
|
|
|
|
done
|
|
|
|
# eof
|