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:
parent
a17437a871
commit
b674158285
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33170
7
Tools/portbuild/scripts/docppackages
Executable file
7
Tools/portbuild/scripts/docppackages
Executable 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
|
Loading…
Reference in New Issue
Block a user