1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/Tools/portbuild/scripts/docppackages
2000-10-06 07:30:25 +00:00

8 lines
131 B
Bash
Executable File

#!/bin/sh
if [ $# != 1 ]; then
echo "usage: $0 branch"
exit 1
fi
echo /var/portbuild/scripts/cppackages $1 | at + 1 minute
atq