Update 2024-10-06 20:53 OpenBSD/amd64-t14
This commit is contained in:
parent
ba19e31b4e
commit
170c0daea2
2
.bin/cvs-checkout
Executable file
2
.bin/cvs-checkout
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh -x
|
||||
cvs -qd cvs.openbsd.org:/cvs checkout -P $1
|
3
.bin/cvs-checkout-release-ports
Executable file
3
.bin/cvs-checkout-release-ports
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh -x
|
||||
cd ~/src
|
||||
cvs -qd cvs.openbsd.org:/cvs checkout -rOPENBSD_7_6 -P ports
|
Loading…
Reference in New Issue
Block a user