4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/sh -x
|
|
cd ~/src
|
|
cvs -qd cvs.openbsd.org:/cvs checkout -rOPENBSD_7_6 -P ports
|