6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/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 &
|
|
|