Sujet : Re: Oldie but goodie: 1"x1" CP/M system
De : jackstrangio (at) *nospam* yahoo.com (Jack Strangio)
Groupes : comp.os.cpmDate : 04. Jul 2024, 21:18:16
Autres entêtes
Organisation : North Star Horizon Builders Club
Message-ID : <sG48Dr.7yLy@yahoo.com>
References : 1
User-Agent : TASS News Reader 3.7.2 jvs [linux]
pH <
wNOSPAMp@gmail.org> writes:
cp/m lives on for me, though, in the Joe editor for Linux in the jstar
incarnation.
Yeah. I was imprinted with WordStar in the mid 1980s. I've used it ever
since, both when I use it onCP/M for programming and also on Linux with
jstar. I even renamed 'jstar' to 'ws'.
One of my first tasks with a new install is to install 'joe' and then
to run 'fix.joe':
#!/bin/bash
# jvs script 2009
#
#changes joe's jstar options to ws
#
cd /usr/bin
sudo cp joe ws
cd /etc/joe
sudo cp jstarrc wsrc
# fixes crontab editorrc (for root) to be same as jstar
mv editorrc editorrc.000
ln -s jstarrc editorrc
Regards,
Jack
-- My Wife told me to take the spider out instead of killing him.Went out. Had a few drinks. Nice guy. He's a web designer.