1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

A little script to call "at" to copy the packages.

This commit is contained in:
Satoshi Asami 2000-09-27 01:04:37 +00:00
parent a17437a871
commit b674158285
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33170

View File

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