added bin/cm

This commit is contained in:
Leon van Kammen 2024-12-16 19:22:06 +01:00
parent a259387096
commit 31e09f9e4a
4 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ help_tips(){
echo ""
echo 'TIPS'
echo '----'
echo 'text editors ' "type '<codemirror|vi|mg|nano> <textfile>'"
echo 'text editors ' "type '<cm|vi|mg|nano> <textfile>'"
echo 'programming languages ' "type 'ls ~/bin/helloworld*'"
echo 'run 64bit linux app ' "type 'blink <x86_64 binary>'"
echo 'paste text ' "ctrl/cmd+shift+v'"

View File

@ -0,0 +1 @@
../opt/codemirror/codemirror

View File

@ -1,2 +1,3 @@
ln -fs $(pwd)/codemirror ~/bin/codemirror
ln -fs $(pwd)/codemirror ~/bin/cm
echo "enter 'codemirror <file>' to start codemirror"

BIN
dist/v86-linux.iso vendored

Binary file not shown.