mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 04:21:43 +08:00
10 lines
106 B
Bash
Executable file
10 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for DISTRO in precise quantal saucy trusty
|
|
do
|
|
|
|
sudo pbuilder --create ${DISTRO}
|
|
|
|
done
|
|
|
|
# eof
|