6 lines
146 B
Bash
6 lines
146 B
Bash
|
#!/bin/sh
|
||
|
# poudriere update ports, rebuild 9.2
|
||
|
/usr/local/bin/poudriere ports -u
|
||
|
/usr/local/bin/poudriere bulk -f /root/build.list -j 92amd64 &
|
||
|
|