mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-03 05:32:41 +08:00
10 lines
113 B
Bash
Executable file
10 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for DISTRO in precise quantal saucy trusty utopic
|
|
do
|
|
|
|
sudo pbuilder --create ${DISTRO}
|
|
|
|
done
|
|
|
|
# eof
|