added bin/cm
This commit is contained in:
parent
a259387096
commit
31e09f9e4a
4 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ help_tips(){
|
||||||
echo ""
|
echo ""
|
||||||
echo 'TIPS'
|
echo 'TIPS'
|
||||||
echo '----'
|
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 'programming languages ' "type 'ls ~/bin/helloworld*'"
|
||||||
echo 'run 64bit linux app ' "type 'blink <x86_64 binary>'"
|
echo 'run 64bit linux app ' "type 'blink <x86_64 binary>'"
|
||||||
echo 'paste text ' "ctrl/cmd+shift+v'"
|
echo 'paste text ' "ctrl/cmd+shift+v'"
|
||||||
|
|
|
||||||
1
buildroot-v86/board/v86/rootfs_overlay/root/bin/cm
Symbolic link
1
buildroot-v86/board/v86/rootfs_overlay/root/bin/cm
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../opt/codemirror/codemirror
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
ln -fs $(pwd)/codemirror ~/bin/codemirror
|
ln -fs $(pwd)/codemirror ~/bin/codemirror
|
||||||
|
ln -fs $(pwd)/codemirror ~/bin/cm
|
||||||
echo "enter 'codemirror <file>' to start codemirror"
|
echo "enter 'codemirror <file>' to start codemirror"
|
||||||
|
|
|
||||||
BIN
dist/v86-linux.iso
vendored
BIN
dist/v86-linux.iso
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue