mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +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
|