mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
if [ $# != 1 ]; then
|
|
echo "usage: $0 branch"
|
|
exit 1
|
|
fi
|
|
echo /etc/portbuild/scripts/cppackages $1 | at + 1 minute
|
|
atq
|