Description - Anonymous CVS
The ssh fingerprint follows:
CVSROOT=anoncvs@anoncvs.v6shell.org:/cvs SSH fingerprint: (ECDSA) SHA256:Qs6vB2EJHP0oRQFuwhktmcjuaRA+pqTdaFuf1QSSH6M
{...} is simply an abbreviation for anoncvs@anoncvs.v6shell.org.
Substitute as needed below.
CVSROOT={...}:/cvs has copies of the looptest, v6scripts,
and v6shell (alias: v6sh) modules / repositories (repos).
How do I get etsh-current?
You can get etsh-current, and update the etsh sources you already got, by using cvs(1). You would do the following to get / checkout an initial etsh-current (v6shell) source tree:
% cvs -qd anoncvs@anoncvs.v6shell.org:/cvs \
checkout -P v6shell
...
Then, cd v6shell, and go for it!
To update it, the following will do the job:
%cd v6shell%cvs -q update -Pd -A
